From db8dd67caa7363c2088ea8f99f547048b195a087 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 10 Feb 2025 06:15:50 +0100 Subject: Added different key for macos tmux --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index b2a36db..37f9e69 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,7 @@ call plug#begin() Plug 'tpope/vim-sensible' Plug 'tpope/vim-commentary' + Plug 'tpope/vim-unimpaired' Plug 'airblade/vim-gitgutter' Plug 'ctrlpvim/ctrlp.vim' Plug 'dense-analysis/ale' @@ -23,6 +24,11 @@ nnoremap :ALEDetail nnoremap :!sh .vim nnoremap r :let @/ = '' +nmap [e +nmap ]e +vmap [egv +vmap ]egv + nmap gr :ALEFindReferences nmap gd :ALEGoToDefinition nmap re :ALERename -- cgit v1.2.3