aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-08 08:43:31 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-08 08:43:31 +0000
commit794fd8e643b9d92942cda9e26a312193c9b9cf1f (patch)
treec5a7e96d26246e599c9576dec5cd6ddd00dba963 /vim/vimrc
parent09981e893ae568c8ab72c9963b5b40a299330554 (diff)
Adds binding for :GitFiles
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a4d1416..af23008 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -42,6 +42,7 @@ nnoremap <leader>ni :e $NOTES_DIR/index.md<CR>:cd $NOTES_DIR<CR>
nnoremap <leader><space> :noh<cr>:call clearmatches()<cr>
nnoremap <leader><C-p> :<C-u>FZF!<CR>
nnoremap <C-p>p :Files<CR>
+nnoremap <C-p>g :GitFiles<CR>
nnoremap <leader>o :Tags<CR>
nnoremap <leader>h :History<CR>
nnoremap <silent> <leader>0 :Files<CR>