diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-06-29 15:38:46 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-06-29 15:40:31 +0200 |
commit | 585ed53748099de4f3c78bb03ccd89ca28353195 (patch) | |
tree | 6ed1b725407df32a16a600ae8a0a293419f6913d | |
parent | 0827e00247b6196d39cc7047166a1da33334781b (diff) | |
download | calcurse-585ed53748099de4f3c78bb03ccd89ca28353195.tar.gz calcurse-585ed53748099de4f3c78bb03ccd89ca28353195.zip |
doc/manual.txt: Document backward-kill-word
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
-rw-r--r-- | doc/manual.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 13d7667..c0a992d 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -475,6 +475,9 @@ control key): `^k`:: deletes the input from the cursor to the end of the line +`^w`:: + deletes backward to the beginning of the current word + `ESCAPE`:: cancels the editing |