From 35b9f153dd2e1ca882f9e51a97a4860f48634621 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Aug 2015 15:22:31 -0300 Subject: Back to the old shortcuts for a while --- vimrc.dot.link | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'vimrc.dot.link') diff --git a/vimrc.dot.link b/vimrc.dot.link index ef4499e..4b7368d 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -97,11 +97,18 @@ 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 t :tabclose +"map m :q! +"map w :w + +" Write, quit and close shortcuts +map q :wqa +map f :wq +map t :tabclose +map m :q! +map w :w " NERDTree section " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc -- cgit v1.2.3