aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-19 18:25:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-19 18:25:16 -0300
commitc28acf5e169f0fe06da448bdf195d9107fd961bb (patch)
tree3f5302a2e5468f6427d420a4b07438b2994a3795
parentf21c3ac1b7f0c078d1f46ba8ada042737d166552 (diff)
downloadvim-c28acf5e169f0fe06da448bdf195d9107fd961bb.tar.gz
vim-c28acf5e169f0fe06da448bdf195d9107fd961bb.tar.bz2
Another close shortcut
-rw-r--r--vimrc.dot.link1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 0e52bde..a53a320 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -85,6 +85,7 @@ nmap <ESC>n :tabnew<CR>
" Quit and close shortcuts
map q :wqa <CR>
+map f :wq <CR>
map t :tabclose <CR>
" NERDTree section