vim: Add autoformat shortcut

This commit is contained in:
2021-10-03 09:51:22 +02:00
parent a284f02869
commit 414bb0f90b

View File

@@ -219,6 +219,8 @@ nmap <leader>w :Goyo<CR>:TogglePencil<CR>:Limelight!!<CR>
nmap <leader>c :%w !xclip -selection clipboard<CR>
nmap <leader>x :r !xclip -out -selection -clipboard<CR><CR>
nmap <leader>f :Autoformat<CR>
" no more ex mode
nnoremap Q <nop>