From: Silvio Rhatto Date: Wed, 4 Oct 2017 20:26:39 +0000 (-0300) Subject: Testing Alt key combos X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d9e884ed3455023551470dec4e712088df5b6e2c;p=rhatto%2Fdotfiles%2Fvim.git Testing Alt key combos --- diff --git a/vimrc.dot.link b/vimrc.dot.link index dac239c..5439d50 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -105,17 +105,17 @@ let g:syntastic_mode_map={ 'mode': 'passive', nmap n :tabnew " Write, quit and close shortcuts using Alt-key combos -"map q :wqa -"map f :wq -"map t :tabclose -"map m :q! -"map w :w +map q :wqa +map f :wq +map c :tabclose +map m :q! +map w :w " Write, quit and close shortcuts -map q :wqa +"map q :wqa "map f :wq -map t :tabclose -map m :q! +"map t :tabclose +"map m :q! "map w :w " NERDTree section