nvim: remap Q
This commit is contained in:
parent
25f5bd3133
commit
de077cf070
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ vim.cmd 'nnoremap <C-l> <C-w>l'
|
||||||
vim.cmd "vnoremap J :m '>+1<CR>gv=gv"
|
vim.cmd "vnoremap J :m '>+1<CR>gv=gv"
|
||||||
vim.cmd "vnoremap K :m '<-2<CR>gv=gv"
|
vim.cmd "vnoremap K :m '<-2<CR>gv=gv"
|
||||||
|
|
||||||
-- Format text with Q, rather than gw
|
-- Correct words with Q, rather than z=
|
||||||
vim.cmd 'nnoremap Q gw'
|
vim.cmd 'nnoremap Q z='
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
--- Things that can't be translated to lua ---
|
--- Things that can't be translated to lua ---
|
||||||
|
|
Loading…
Add table
Reference in a new issue