From e51427143f8b29f525c7b5c1fc939dd1cd32ad32 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sun, 8 Jan 2023 14:25:54 +0100 Subject: [PATCH] vim:keys: Format paragraph with `` in INSERT `i_CTRL-Q` is not really useful anyways: > Same as CTRL-V. > Note: Some terminal connections may eat CTRL-Q, it doesn't work then. > It does work in the GUI. --- .config/vim/vimrc.d/40-keys.vim | 1 + 1 file changed, 1 insertion(+) 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.