Fixed volume and media keybinds

This commit is contained in:
Michel Fedde 2025-05-30 23:04:26 +02:00
parent 0e111ad114
commit 88bda96496
4 changed files with 40 additions and 17 deletions

View file

@ -112,8 +112,6 @@ let g:WhichKeyDesc_errors_prev = "<leader>ep Go to previous error in solution"
"" Key mappings
"" ========================================================
inoremap jj <Esc>
" Tab navigation
nnoremap <S-l> :tabnext<CR>
nnoremap <S-h> :tabprev<CR>
@ -180,7 +178,7 @@ map <leader>fl <action>(RecentLocations)
map <leader>fs <action>(NewScratchFile)
" Close active tab
map <leader>q <action>(CloseContent)
map q <action>(CloseContent)
" Refactoring
map <leader>rn <Action>(RenameElement)