diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 8db75bb..42d49fa 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -202,6 +202,7 @@ xnoremap gm :Man " Format the current paragraph, while keeping the cursor position nmap Q gwap +imap Q " Swap movement mappings that act on display lines with the normal ones, making " it easier to navigate long wrapped lines.