diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-08-15 20:56:51 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-08-15 20:56:51 +0800 |
commit | 780d2bca89b769bc6a1b8d3dbe22a6bb4616f733 (patch) | |
tree | 014a7df39f7df78a2bc1f05d861c6d9b03d0db60 /vim/init/keymaps.vim | |
parent | 5053d2e031ed63f4ef4c5fd6f7d18a217e1654b7 (diff) |
Update
Diffstat (limited to 'vim/init/keymaps.vim')
-rw-r--r-- | vim/init/keymaps.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/init/keymaps.vim b/vim/init/keymaps.vim index a6f75e5..c0af8c8 100644 --- a/vim/init/keymaps.vim +++ b/vim/init/keymaps.vim | |||
@@ -756,9 +756,9 @@ nnoremap <leader><leader>rtp :Redir echo &rtp<CR>:s/,/\r/g<CR> | |||
756 | 756 | ||
757 | let g:tig_explorer_keymap_commit_split = '<C-s>' | 757 | let g:tig_explorer_keymap_commit_split = '<C-s>' |
758 | let g:tig_explorer_keymap_commit_vsplit = '<C-v>' | 758 | let g:tig_explorer_keymap_commit_vsplit = '<C-v>' |
759 | nnoremap <C-t> <Cmd>Tig<CR> | 759 | nnoremap <C-t> <Cmd>silent! Tig<CR> |
760 | nnoremap <C-t>s <Cmd>TigStatus<CR> | 760 | nnoremap <C-t>s <Cmd>silent! TigStatus<CR> |
761 | nnoremap <C-t>b <Cmd>TigBlame<CR> | 761 | nnoremap <C-t>b <Cmd>silent! TigBlame<CR> |
762 | 762 | ||
763 | " }}} | 763 | " }}} |
764 | " Tmp: Common system command {{{ | 764 | " Tmp: Common system command {{{ |