diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-20 11:24:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-20 11:24:53 -0300 |
commit | 8f139fd34a3a7250b94eff37c74ac6be8d8814ab (patch) | |
tree | a9d1930166ce13963f0a9604580f325dd5a9bfc7 /vimrc.dot.link | |
parent | c28acf5e169f0fe06da448bdf195d9107fd961bb (diff) | |
download | vim-8f139fd34a3a7250b94eff37c74ac6be8d8814ab.tar.gz vim-8f139fd34a3a7250b94eff37c74ac6be8d8814ab.tar.bz2 |
Another close shortcut
Diffstat (limited to 'vimrc.dot.link')
-rw-r--r-- | vimrc.dot.link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index a53a320..4eb0bf5 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -87,6 +87,7 @@ nmap <ESC>n :tabnew<CR> map q :wqa <CR> map f :wq <CR> map t :tabclose <CR> +map m :q! <CR> " NERDTree section " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc |