diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-08-11 22:35:15 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-08-11 22:35:15 +0800 |
commit | edd7d74a4f91e396497bfde7a6b35e97027a2295 (patch) | |
tree | 1c582c94b50c79a5e8e3cab09ec69be32e28d988 | |
parent | 19fc326fb2ff83ae91399490aab2b5b368418e41 (diff) |
Update
-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 | ||