zed keymap.json
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.zed
|
||||||
|
.vscode
|
||||||
@@ -43,4 +43,13 @@
|
|||||||
"shift-f": "vim::PushSneakBackward",
|
"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"],
|
||||||
|
},
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user