update zed keymap.json
This commit is contained in:
@@ -19,7 +19,13 @@
|
||||
},
|
||||
},
|
||||
{
|
||||
"context": "vim_mode == normal",
|
||||
"context": "vim_mode == normal || vim_mode == visual",
|
||||
"bindings": {
|
||||
"space space z": "zed::ToggleFullScreen",
|
||||
},
|
||||
},
|
||||
{
|
||||
"context": "vim_mode == normal || vim_mode == visual",
|
||||
"bindings": {
|
||||
"space space l": "editor::ToggleRelativeLineNumbers",
|
||||
},
|
||||
@@ -27,7 +33,7 @@
|
||||
{
|
||||
"context": "vim_mode == normal || vim_mode == visual",
|
||||
"bindings": {
|
||||
"space space z": "zed::ToggleFullScreen",
|
||||
"space space w": "editor::ToggleSoftWrap",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user