This commit is contained in:
Oliver Blanthorn 2023-11-19 14:18:41 +01:00
parent a8d6b9bf9b
commit e6b1c0d412
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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`).