diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 6cd0a02..5d6ac39 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -194,3 +194,6 @@ inoremap u " Open the manpage in the WORD under cursor nnoremap gm :Man xnoremap gm :Man + +" Format the current paragraph +nmap Q gqap