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",
|
||||
},
|
||||
},
|
||||
{
|
||||
"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"],
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
@@ -21,4 +21,4 @@ function startship_polyjuice() {
|
||||
else
|
||||
ln -sf "$STARSHIP_CONFIG_FILE" "$starship_config_file"
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user