From f6a10683405d630abff940bdcc49498218da5a2f Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 1 Oct 2024 08:42:22 +0200 Subject: nvim: Add gd mapping for help pages --- home/neovim/init.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/neovim/init.vim') 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 gd " Commands """"""""""""""""""""""""""" -- cgit v1.2.3