parent
3df7da236d
commit
5e64d45194
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Folder-specific settings
|
// Folder-specific settings
|
||||||
//
|
//
|
||||||
// For a full list of overridable settings, and general information on folder-specific settings,
|
// For a full list of overridable settings, and general information on folder-specific settings,
|
||||||
// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
|
// see the documentation: https://zed.dev/docs/configuring-zed#folder-specific-settings
|
||||||
{}
|
{}
|
||||||
|
|
|
@ -50,7 +50,7 @@ Finally, Vim mode's search and replace functionality is backed by Zed's. This me
|
||||||
|
|
||||||
## Custom key bindings
|
## Custom key bindings
|
||||||
|
|
||||||
Zed does not yet have an equivalent to vim’s `map` command to convert one set of keystrokes into another, however you can bind any sequence of keys to fire any Action documented in the [Key bindings documentation](https://docs.zed.dev/configuration/key-bindings).
|
Zed does not yet have an equivalent to vim’s `map` command to convert one set of keystrokes into another, however you can bind any sequence of keys to fire any Action documented in the [Key bindings documentation](https://zed.dev/docs/key-bindings).
|
||||||
|
|
||||||
You can edit your personal key bindings with `:keymap`.
|
You can edit your personal key bindings with `:keymap`.
|
||||||
For vim-specific shortcuts, you may find the following template a good place to start:
|
For vim-specific shortcuts, you may find the following template a good place to start:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue