Add suggestion to bind C-m/C-j to Enter

This commit is contained in:
contrapunctus 2021-11-24 17:11:40 +05:30
parent 1d0fd605dc
commit 6002d62999
1 changed files with 4 additions and 3 deletions

View File

@ -22,9 +22,10 @@ Some examples of what's possible -
+ Swapping ='= and ="=, if you use a language like Lisp
+ Swapping =Esc= and =Caps Lock=.
+ Binding a key to insert =()=, =""=, =<>= etc as pairs and place the cursor between the inserted pair.
+ having =Left Shift= insert =()= when tapped, and act as =Shift= when held.
+ having =Space= act as =Ctrl= when held, reducing pinky fatigue and hand movement when pressing Ctrl-based bindings.
+ fans of modal editing may now have rudimentary support for it in any application
+ Having =Left Shift= insert =()= when tapped, and act as =Shift= when held.
+ Having =Space= act as =Ctrl= when held, reducing pinky fatigue and hand movement when pressing Ctrl-based bindings.
+ Fans of modal editing may now have rudimentary support for it in any application
+ Binding =C-m= or =C-j= to =Enter=
+ Terminal fans might like to bind...\\
=C-h= to =Backspace= \\
=C-w= to =C-Backspace= (delete previous word), and\\