Fixed volume and media keybinds
This commit is contained in:
parent
0e111ad114
commit
88bda96496
4 changed files with 40 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue