diff --git a/keymaps.vim b/keymaps.vim index 4314d5d..2bf019a 100644 --- a/keymaps.vim +++ b/keymaps.vim @@ -36,12 +36,17 @@ nnoremap l nnoremap j gj nnoremap k gk -inoremap pumvisible() ? '' : '' -inoremap pumvisible() ? '' : '' +inoremap pumvisible() ? '' : '' +inoremap pumvisible() ? '' : '' " functions nnoremap ig :Guid +" ale +nnoremap gd :ALEGoToDefinition +nnoremap gD :ALEGoToTypeDefinition +nnoremap gr :ALEFindReferences + " fzf nnoremap fg :GFiles nnoremap ff :Files ~ @@ -74,4 +79,4 @@ auto FileType go nmap :GoDebugStepOut auto FileType go nmap :GoDebugStop " vim-fswitch -auto FileType cpp noremap fs :FSHere +auto FileType cpp noremap gfs :FSHere