mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Update keymap.md
This commit is contained in:
parent
de8745aea7
commit
c2a292ecf3
1 changed files with 4 additions and 1 deletions
|
@ -15,6 +15,9 @@
|
||||||
| `w` | Move next word start |
|
| `w` | Move next word start |
|
||||||
| `b` | Move previous word start |
|
| `b` | Move previous word start |
|
||||||
| `e` | Move next word end |
|
| `e` | Move next word end |
|
||||||
|
| `W` | Move next WORD start |
|
||||||
|
| `B` | Move previous WORD start |
|
||||||
|
| `E` | Move next WORD end |
|
||||||
| `t` | Find 'till next char |
|
| `t` | Find 'till next char |
|
||||||
| `f` | Find next char |
|
| `f` | Find next char |
|
||||||
| `T` | Find 'till previous char |
|
| `T` | Find 'till previous char |
|
||||||
|
@ -29,7 +32,7 @@
|
||||||
| `Ctrl-o` | Jump backward on the jumplist |
|
| `Ctrl-o` | Jump backward on the jumplist |
|
||||||
| `v` | Enter [select (extend) mode](#select--extend-mode) |
|
| `v` | Enter [select (extend) mode](#select--extend-mode) |
|
||||||
| `g` | Enter [goto mode](#goto-mode) |
|
| `g` | Enter [goto mode](#goto-mode) |
|
||||||
| `m` | Enter [match mode](#match-mode)
|
| `m` | Enter [match mode](#match-mode) |
|
||||||
| `:` | Enter command mode |
|
| `:` | Enter command mode |
|
||||||
| `z` | Enter [view mode](#view-mode) |
|
| `z` | Enter [view mode](#view-mode) |
|
||||||
| `Ctrl-w` | Enter [window mode](#window-mode) (maybe will be remove for spc w w later) |
|
| `Ctrl-w` | Enter [window mode](#window-mode) (maybe will be remove for spc w w later) |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue