commit 64ce2ae7bfd5a41a32f9ad9f95fa728647b310be parent 0c35599a8296a125bdf42a46af5f0edce27c3bac Author: mcol <mcol@posteo.net> Date: Sun, 16 Dec 2018 00:11:29 +0000 added \p shortcut to fix lines Diffstat:
M | plugin/keybindings.vim | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/plugin/keybindings.vim b/plugin/keybindings.vim @@ -77,3 +77,6 @@ nnoremap <silent> <Right> :vertical resize +5<CR> " toggle search highlight nnoremap <Leader>h :set hlsearch!<CR> + +" shortcut to fix lines +nnoremap <leader>p gqip