tmux nav changes, vim-commentary binding

This commit is contained in:
2022-10-03 17:36:30 -04:00
parent 1566502bac
commit a80f48d86f
3 changed files with 6 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ tnoremap <c-l> <c-\><c-n><c-w><c-l>
tnoremap <Esc> <C-\><C-n>
nnoremap <Leader>ee :NvimTreeFindFileToggle<cr>
nnoremap <Leader>h <cmd>lua require("harpoon.mark").add_file()<cr>
nnoremap <c-/> :Commentary<cr>
nnoremap <Leader>/ :Commentary<cr>
vnoremap J :m '>+1<CR>gv=gv
vnoremap K :m '<-2<CR>gv=gv