]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Back to the old shortcuts for a while
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Aug 2015 18:22:31 +0000 (15:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Aug 2015 18:22:31 +0000 (15:22 -0300)
vimrc.dot.link

index ef4499e9e15b640d48e94669397c683ea8ea9d3b..4b7368d8c70c2f2bf111acb2ad9f6d17f66b9c82 100644 (file)
@@ -97,11 +97,18 @@ let g:syntastic_mode_map = { 'mode': 'passive',
 nmap <ESC>n :tabnew<CR>
 
 " Write, quit and close shortcuts using Alt-key combos
-map \eq :wqa <CR>
-map \ef :wq <CR>
-map \et :tabclose <CR>
-map \em :q! <CR>
-map \ew :w <CR>
+"map \eq :wqa <CR>
+"map \ef :wq <CR>
+"map \et :tabclose <CR>
+"map \em :q! <CR>
+"map \ew :w <CR>
+
+" Write, quit and close shortcuts
+map q :wqa <CR>
+map f :wq <CR>
+map t :tabclose <CR>
+map m :q! <CR>
+map w :w <CR>
 
 " NERDTree section
 " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc