diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-08-22 08:40:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-08-22 08:40:13 -0300 |
commit | cd3009c1942e7437f30c2173260947481cd4575f (patch) | |
tree | 9574dfd61c6043bf531f9a78cfaa460fa83bc9e2 | |
parent | 82e98d6a6380ab269d626795fca74b7df997c865 (diff) | |
download | vim-cd3009c1942e7437f30c2173260947481cd4575f.tar.gz vim-cd3009c1942e7437f30c2173260947481cd4575f.tar.bz2 |
Adds recording keybinding
-rw-r--r-- | vimrc.dot.link | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index e4398d2..3de686b 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -302,6 +302,9 @@ inoremap <ESC><Right> <ESC><C-w><Right> inoremap <ESC><Down> <ESC><C-w><Down> inoremap <ESC><Up> <ESC><C-w><Up> +" Recording +nnoremap Q q + " NERDTree section " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc |