Update Vim keybindings
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
set clipboard=unnamed
|
||||
|
||||
exmap tabnext obcommand workspace:next-tab
|
||||
nmap gt :tabnext
|
||||
nmap gt :tabnext<CR>
|
||||
|
||||
exmap tabprev obcommand workspace:previous-tab
|
||||
nmap gT :tabprev
|
||||
nmap gT :tabprev<CR>
|
||||
|
||||
exmap tabclose obcommand workspace:close
|
||||
exmap wq obcommand workspace:close
|
||||
|
||||
Reference in New Issue
Block a user