Browse Source

README bindkeys

master
pvincent 8 months ago
parent
commit
1a91869cf5
  1. 21
      README.md

21
README.md

@ -31,3 +31,24 @@ useful library
--------------
* source /opt/debian-bash/lib/functions.sh
bindkeys
--------
### by default
* CTRL + C => stop program
* CTRL + V => display bindkey
* CTRL + Z => interrupt for background job (fg, bg)
* SHIFT + CTRL + C => copy
* SHIFT + CTRL + V => paste
### customized
* CTRL LEFT, RIGHT => move between words
* CTRL DELETE, BACKSPACE => delete word
* ALT DELETE, BACKSPACE => delete line from cursor
* CTRL + SHIFT + / => undo
Loading…
Cancel
Save