update zed zed config
This commit is contained in:
parent
860321f63e
commit
6af792a0e9
3 changed files with 16 additions and 16 deletions
|
|
@ -32,6 +32,12 @@
|
|||
"ctrl-l": "editor::ContextMenuNext"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && (vim_mode == normal || vim_mode == insert)",
|
||||
"bindings": {
|
||||
"ctrl-shift-v": "editor::Paste"
|
||||
}
|
||||
},
|
||||
{
|
||||
// move context menus with Ctrl + hjkl in menus
|
||||
"context": "Picker || menu",
|
||||
|
|
@ -43,8 +49,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && vim_mode == normal && !VimWaiting && !menu",
|
||||
"context": "Editor && VimControl && !VimWaiting && !menu",
|
||||
"bindings": {
|
||||
"|": "pane::SplitVertical",
|
||||
|
||||
// Window movement bindings
|
||||
// Ctrl jklk to move between panes
|
||||
"ctrl-h": ["workspace::ActivatePaneInDirection", "Left"],
|
||||
|
|
@ -106,7 +114,7 @@
|
|||
},
|
||||
// Empty pane, set of keybindings that are available when there is no active editor
|
||||
{
|
||||
"context": "EmptyPane || SharedScreen",
|
||||
"context": "(EmptyPane || SharedScreen) && vim_mode != insert",
|
||||
"bindings": {
|
||||
// Open file finder
|
||||
"space f f": "file_finder::Toggle",
|
||||
|
|
@ -117,8 +125,7 @@
|
|||
{
|
||||
"context": "Workspace",
|
||||
"bindings": {
|
||||
"ctrl-t": "terminal_panel::ToggleFocus",
|
||||
"space e": "workspace::ToggleLeftDock"
|
||||
"ctrl-t": "terminal_panel::ToggleFocus"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -149,7 +156,8 @@
|
|||
"ctrl-h": ["workspace::ActivatePaneInDirection", "Left"],
|
||||
"ctrl-l": ["workspace::ActivatePaneInDirection", "Right"],
|
||||
"ctrl-k": ["workspace::ActivatePaneInDirection", "Up"],
|
||||
"ctrl-j": ["workspace::ActivatePaneInDirection", "Down"]
|
||||
"ctrl-j": ["workspace ::ActivatePaneInDirection", "Down"],
|
||||
"space e": "workspace::ToggleLeftDock"
|
||||
}
|
||||
},
|
||||
// Panel nagivation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue