Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-03-05 22:50:01 -08:00
commit 56c8161b29
8 changed files with 19 additions and 4 deletions

View file

@ -98,7 +98,7 @@ vim.cmd 'nnoremap <C-l> <C-w>l'
vim.cmd "vnoremap J :m '>+1<CR>gv=gv"
vim.cmd "vnoremap K :m '<-2<CR>gv=gv"
-- Correct words with Q, rather than z=
-- Spell correct with Q, rather than z=
vim.cmd 'nnoremap Q z='
----------------------------------------------