|
| From: | Rafal Kurcz |
| Subject: | delete whole word (ssh) |
| Date: | Mon, 6 Oct 2008 07:14:10 -0700 (PDT) |
| User-agent: | G2/1.0 |
Hello The backspace didn't work in emacs on ssh session. I put the following into my config file to use the backspace to delete the character at the left side of a cursor: (keyboard-translate ?\C-h ?\C-?) or (global-set-key "\C-h" 'backward-delete-char) Unfortunately ctrl-backspace does not delete whole words but only one character. How can I force emacs to delete whole words on ssh session. Thanks
| [Prev in Thread] | Current Thread | [Next in Thread] |