Made the keybind actually work

This commit is contained in:
PowerUser64 2021-09-09 01:03:02 -07:00
parent 4ae0d9e379
commit 2fa03f227e

View file

@ -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
]]