New version of adding bash & emacs keybindings in edit mode where they don't conflict.

This commit is contained in:
T. Kurt Bond 2025-05-15 14:49:33 -04:00
commit 855d4b8eaf
2 changed files with 26 additions and 14 deletions

View file

@ -94,14 +94,14 @@ Misc:
In the text editor:
* `↓` - moves the cursor to the end of the line
* `↑` - moves the cursor to the beginning of the line
* `←` or `Home` - moves the cursor to the left
* `→` or `End` - moves the cursor to the right
* `Ctrl+Left` or `Shift+Left` - moves cursor to the previous word
* `Ctrl+Right` or `Shift+right` - moves cursor to the next word
* `↓` or `Ctrl-e` or `Ctrl-n` - moves the cursor to the end of the line
* `↑` or `Ctrl-p` or `Ctrl-a` or `Ctrl-p` - moves the cursor to the beginning of the line
* `←` or `Home` or `Ctrl-b` - moves the cursor to the left
* `→` or `End` or `Ctrl-f` - moves the cursor to the right
* `Ctrl+Left` or `Shift+Left` or `Alt-b`- moves cursor to the previous word
* `Ctrl+Right` or `Shift+right`or `Atl-f` - moves cursor to the next word
* `Delete` - deletes character
* `Ctrl+Delete` - deletes word
* `Ctrl+Delete`or `Alt-d` - deletes word
* `Backspace` - deletes previous character
* `ctrl+Backspace`, `ctrl+w` - deletes previous word
* `Ctrl+v` or `Ctrl+Shift+v` - paste