diff options
Diffstat (limited to 'vim/init/keymaps.vim')
-rw-r--r-- | vim/init/keymaps.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/init/keymaps.vim b/vim/init/keymaps.vim index 95d4c18..f6bda45 100644 --- a/vim/init/keymaps.vim +++ b/vim/init/keymaps.vim | |||
@@ -739,6 +739,9 @@ endfunction | |||
739 | command! -nargs=1 -complete=command Redir silent call Redir(<q-args>) | 739 | command! -nargs=1 -complete=command Redir silent call Redir(<q-args>) |
740 | command! -nargs=1 -complete=command R silent call Redir(<q-args>) | 740 | command! -nargs=1 -complete=command R silent call Redir(<q-args>) |
741 | nnoremap <leader>rr :Redir<space> | 741 | nnoremap <leader>rr :Redir<space> |
742 | |||
743 | " Print Runtimepath | ||
744 | nnoremap <leader><leader>rtp :Redir echo &rtp<CR>:s/,/\r/g<CR> | ||
742 | " }}} | 745 | " }}} |
743 | " GIT_TIG {{{ | 746 | " GIT_TIG {{{ |
744 | 747 | ||