mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
New version of adding bash & emacs keybindings in edit mode where they don't conflict.
This commit is contained in:
commit
855d4b8eaf
2 changed files with 26 additions and 14 deletions
14
readme.md
14
readme.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue