fix vim and neovim configs so I can use ctrl-a for tmux

This commit is contained in:
2025-10-09 20:40:22 +02:00
parent f0ec0b2fc8
commit ba8fff1069
2 changed files with 13 additions and 8 deletions
+7
View File
@@ -31,6 +31,13 @@ nnoremap <c-p> :cprevious<CR>
nnoremap <c-u> <c-u>zz
nnoremap H ^
nnoremap L $
" i use ctrl-a for the tmux prefix key
nnoremap <C-a> <Nop>
nnoremap <C-x> <Nop>
nnoremap ,a <C-a>
nnoremap ,x <C-x>
set autoindent
set cursorline