Terminal driver rebound some keys. See output 'stty -a'. I like original
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 01 Aug 2011 14:53:01 +0300
changeset 159 022803a4d179
parent 158 1df00afab192
child 160 d45758677427
Terminal driver rebound some keys. See output 'stty -a'. I like original control codes (to set 'C-w', etc).
.inputrc
--- a/.inputrc	Mon Aug 01 11:53:45 2011 +0300
+++ b/.inputrc	Mon Aug 01 14:53:01 2011 +0300
@@ -17,6 +17,10 @@
 # meta-prefixed characters.
 set output-meta on
 
+# Terminal driver rebound some keys. See output 'stty -a'. I like original
+# control codes (to set 'C-w', etc).
+set bind-tty-special-chars off
+
 # Ignore case (on/off).
 set completion-ignore-case on
 
@@ -58,8 +62,10 @@
 $endif
 
 # Define my favorite Emacs key bindings.
+"\C-@": set-mark
 "\C-w": kill-region
 "\M-w": copy-region-as-kill
+"\M-/" dabbrev-expand
 
 # Ctrl+Left/Right to move by whole words.
 "\e[1;5C": forward-word