Q to align in nvim

This commit is contained in:
Luke Smith
2020-03-27 13:01:36 -04:00
parent 6283e390b3
commit 5cb4c6deea

View File

@@ -64,6 +64,9 @@ set clipboard+=unnamedplus
map <C-k> <C-w>k
map <C-l> <C-w>l
" Replace ex mode with gq
map Q gq
" Check file in shellcheck:
map <leader>s :!clear && shellcheck %<CR>