update guid shortcut

This commit is contained in:
Alex Yatskov 2020-01-27 20:06:24 -08:00
parent e89a4d13a4
commit 3b362b8d70

View File

@ -40,7 +40,7 @@ inoremap <expr><TAB> pumvisible() ? '<C-y>' : '<TAB>'
inoremap <expr><CR> pumvisible() ? '<C-e><CR>' : '<CR>'
" functions
nnoremap <Leader>g :Guid<Cr>
nnoremap <Leader>ig :Guid<Cr>
" fzf
nnoremap <silent><Leader>fg :GFiles<Cr>