diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 56eb0ec..e6b634b 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -177,3 +177,7 @@ inoremap ( ()U " revertible in smaller chunks inoremap u inoremap u + +" Open the manpage in the WORD under cursor +nnoremap gm :Man +xnoremap gm :Man