Make tab non-functional in vim mode

Fixes: zed-industries/community#988
Fixes: zed-industries/community#897
This commit is contained in:
Conrad Irwin 2023-07-19 10:24:23 -06:00
parent 843e74689d
commit dd8863d0de

View file

@ -30,6 +30,8 @@
"j": "vim::Down", "j": "vim::Down",
"down": "vim::Down", "down": "vim::Down",
"enter": "vim::NextLineStart", "enter": "vim::NextLineStart",
"tab": "vim::Tab",
"shift-tab": "vim::Tab",
"k": "vim::Up", "k": "vim::Up",
"up": "vim::Up", "up": "vim::Up",
"l": "vim::Right", "l": "vim::Right",
@ -205,7 +207,7 @@
"?": [ "?": [
"vim::Search", "vim::Search",
{ {
"backwards": true, "backwards": true
} }
], ],
"ctrl-f": "vim::PageDown", "ctrl-f": "vim::PageDown",
@ -282,7 +284,7 @@
"bindings": { "bindings": {
"t": "editor::ScrollCursorTop", "t": "editor::ScrollCursorTop",
"z": "editor::ScrollCursorCenter", "z": "editor::ScrollCursorCenter",
"b": "editor::ScrollCursorBottom", "b": "editor::ScrollCursorBottom"
} }
}, },
{ {
@ -337,7 +339,7 @@
"bindings": { "bindings": {
"escape": "vim::NormalBefore", "escape": "vim::NormalBefore",
"ctrl-c": "vim::NormalBefore", "ctrl-c": "vim::NormalBefore",
"ctrl-[": "vim::NormalBefore", "ctrl-[": "vim::NormalBefore"
} }
}, },
{ {