Q to align in nvim
This commit is contained in:
parent
6283e390b3
commit
5cb4c6deea
1 changed files with 3 additions and 0 deletions
|
@ -64,6 +64,9 @@ set clipboard+=unnamedplus
|
||||||
map <C-k> <C-w>k
|
map <C-k> <C-w>k
|
||||||
map <C-l> <C-w>l
|
map <C-l> <C-w>l
|
||||||
|
|
||||||
|
" Replace ex mode with gq
|
||||||
|
map Q gq
|
||||||
|
|
||||||
" Check file in shellcheck:
|
" Check file in shellcheck:
|
||||||
map <leader>s :!clear && shellcheck %<CR>
|
map <leader>s :!clear && shellcheck %<CR>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue