fix sqlez warning, introduce tab and enter bindings to vim for inputing tab and enter text when waiting for text

This commit is contained in:
Kay Simmons
2023-02-13 13:50:37 -08:00
parent 3d53336916
commit 459060764a
3 changed files with 21 additions and 18 deletions
+2 -1
View File
@@ -315,7 +315,8 @@
{
"context": "Editor && VimWaiting",
"bindings": {
// "*": "gpui::KeyPressed",
"tab": "vim::Tab",
"enter": "vim::Enter",
"escape": "editor::Cancel"
}
}