mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix typo
This commit is contained in:
parent
a8d6b9bf9b
commit
e6b1c0d412
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* ```
|
||||
* bind --mode=ex <C-a> text.beginning_of_line
|
||||
* bind --mode=input <C-a> text.beginning_of_line
|
||||
* bind --mode=insert <C-a> text.begining_of_line
|
||||
* bind --mode=insert <C-a> text.beginning_of_line
|
||||
* ```
|
||||
*
|
||||
* Also keep in mind that if you want to bind something in insert mode, you'll probably also want to bind it in input mode (insert mode is entered by clicking on text areas while input mode is entered by using `gi`).
|
||||
|
|
Loading…
Add table
Reference in a new issue