update zed keys
This commit is contained in:
parent
77a871aec7
commit
fb431efd51
2 changed files with 7 additions and 2 deletions
|
|
@ -14,6 +14,10 @@ window-rule {
|
|||
proportion 0.5
|
||||
}
|
||||
}
|
||||
output "Samsung Electric Company LS34A650U HCPW300097" {
|
||||
mode "3440x1440@49.987"
|
||||
scale 1
|
||||
}
|
||||
output "eDP-1" {
|
||||
mode "1920x1080@60.000"
|
||||
position x=0 y=0
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@
|
|||
|
||||
"space f w": "pane::DeploySearch", // Search word under cursor
|
||||
|
||||
"space r r": "task::Spawn",
|
||||
|
||||
// Go to file with `gf`
|
||||
"g f": "editor::OpenExcerpts",
|
||||
|
||||
|
|
@ -141,7 +143,7 @@
|
|||
},
|
||||
// File panel (netrw)
|
||||
{
|
||||
"context": "ProjectPanel",
|
||||
"context": "ProjectPanel && not_editing",
|
||||
"bindings": {
|
||||
"a": "project_panel::NewFile",
|
||||
"A": "project_panel::NewDirectory",
|
||||
|
|
@ -157,7 +159,6 @@
|
|||
"space e": "workspace::ToggleLeftDock"
|
||||
}
|
||||
},
|
||||
// Panel nagivation
|
||||
{
|
||||
"context": "vim_operator == a || vim_operator == i || vim_operator == sc",
|
||||
"bindings": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue