mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
zed terminal on linux
This commit is contained in:
parent
9ae9191fb2
commit
11d7a371bc
1 changed files with 12 additions and 0 deletions
|
@ -72,6 +72,18 @@
|
|||
"cmd-x cmd-c": "pane::CloseActiveItem"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "os == linux && ((Editor && vim_mode == normal) || Terminal) && !VimWaiting && !menu",
|
||||
"bindings": {
|
||||
"alt-j": "workspace::ToggleBottomDock",
|
||||
"alt-t alt-t": "terminal_panel::ToggleFocus",
|
||||
"alt-t alt-n": "workspace::NewTerminal",
|
||||
"alt-t alt-shift-n": "workspace::NewCenterTerminal",
|
||||
"alt-t alt-h": "pane::ActivatePrevItem",
|
||||
"alt-t alt-l": "pane::ActivateNextItem",
|
||||
"alt-x alt-c": "pane::CloseActiveItem"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && vim_mode == visual && !VimWaiting && !menu",
|
||||
"bindings": {
|
||||
|
|
Loading…
Reference in a new issue