diff options
Diffstat (limited to 'home/neovim/init.vim')
-rw-r--r-- | home/neovim/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/neovim/init.vim b/home/neovim/init.vim index b415ac6..84159a3 100644 --- a/home/neovim/init.vim +++ b/home/neovim/init.vim @@ -143,6 +143,9 @@ command WrapItUp set wrap \ | nnoremap k gk \ | nnoremap 0 g0 \ | nnoremap $ g$ +" Define go-to-definition help pages, otherwise see the mappings in the hook +" for LSP configuration. +autocmd Filetype help nnoremap <buffer> gd <C-]> " Commands """"""""""""""""""""""""""" |