diff options
author | Omnikar | 2021-09-13 08:48:12 +0000 |
---|---|---|
committer | GitHub | 2021-09-13 08:48:12 +0000 |
commit | 3e12b0099342be12db1db64e36ca4ff29613f122 (patch) | |
tree | f66cecc2ee05b7ed715dcf20caef6be89b53693e /book/src | |
parent | 1540b37f3455326f9b0052f137f9e565f936dc12 (diff) |
Add `no_op` command (#743)
* Add `no_op` command
* Document `no_op` in `remapping.md`
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/remapping.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/remapping.md b/book/src/remapping.md index 3f25e364..81f45da3 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -49,4 +49,6 @@ Control, Shift and Alt modifiers are encoded respectively with the prefixes | Null | `"null"` | | Escape | `"esc"` | +Keys can be disabled by binding them to the `no_op` command. + Commands can be found in the source code at [`helix-term/src/commands.rs`](https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs) |