nvim: removed mapping for moving lines up and down in visual mode
This commit is contained in:
parent
56c8161b29
commit
c6dcc82ed8
1 changed files with 0 additions and 4 deletions
|
@ -94,10 +94,6 @@ vim.cmd 'nnoremap <C-j> <C-w>j'
|
|||
vim.cmd 'nnoremap <C-k> <C-w>k'
|
||||
vim.cmd 'nnoremap <C-l> <C-w>l'
|
||||
|
||||
-- Move lines around in visual mode with J and K
|
||||
vim.cmd "vnoremap J :m '>+1<CR>gv=gv"
|
||||
vim.cmd "vnoremap K :m '<-2<CR>gv=gv"
|
||||
|
||||
-- Spell correct with Q, rather than z=
|
||||
vim.cmd 'nnoremap Q z='
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue