zed keymap.json

This commit is contained in:
2026-01-22 09:44:52 +08:00
parent 6cf84dccb4
commit 12338c877a
4 changed files with 12 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.zed
.vscode

View File

View File

@@ -43,4 +43,13 @@
"shift-f": "vim::PushSneakBackward",
},
},
{
"context": "Terminal",
"bindings": {
// Overrides for conflicting keybindings
"ctrl-t": ["terminal::SendKeystroke", "ctrl-t"],
"ctrl-n": ["terminal::SendKeystroke", "ctrl-n"],
"ctrl-p": ["terminal::SendKeystroke", "ctrl-p"],
},
},
]