You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say i use zsh in vi modes (normal, insert) under vscode's terminal, i want to bindkeys base on conditions of terminalFocus and the shell (zsh)'s modes (normal or insert).
Currently there's no way to do that, but still the case, this will free a lot of keybinds to map base on those conditions.
Say i want to keep cmd+b to its default toggleSideBar, but also want to use it as ctrl+b to go back one char under terminal if the shell's mode is insert, otherwise keep it as default to toggleSideBar (normal mode).
The text was updated successfully, but these errors were encountered:
Say i use zsh in vi modes (normal, insert) under vscode's terminal, i want to bindkeys base on conditions of terminalFocus and the shell (zsh)'s modes (normal or insert).
Currently there's no way to do that, but still the case, this will free a lot of keybinds to map base on those conditions.
Say i want to keep cmd+b to its default toggleSideBar, but also want to use it as ctrl+b to go back one char under terminal if the shell's mode is insert, otherwise keep it as default to toggleSideBar (normal mode).
The text was updated successfully, but these errors were encountered: