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:
@@ -315,7 +315,8 @@
|
||||
{
|
||||
"context": "Editor && VimWaiting",
|
||||
"bindings": {
|
||||
// "*": "gpui::KeyPressed",
|
||||
"tab": "vim::Tab",
|
||||
"enter": "vim::Enter",
|
||||
"escape": "editor::Cancel"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user