Made the keybind actually work
This commit is contained in:
parent
4ae0d9e379
commit
2fa03f227e
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ vim.cmd [[
|
|||
" Replace with alt S
|
||||
nnoremap <M-s> :%s//g<Left><Left>
|
||||
" Move lines around in visual mode with J and K
|
||||
vnoremap J <cmd>m '>+1<CR>gv=gv'
|
||||
vnoremap K <cmd>m '>+1<CR>gv=gv'
|
||||
vnoremap J :m '>+1<CR>gv=gv
|
||||
vnoremap K :m '<-2<CR>gv=gv
|
||||
|
||||
colorscheme slate
|
||||
]]
|
||||
|
|
Loading…
Add table
Reference in a new issue