fix btrbk service
[distro-setup] / .inputrc
index 76d3577a0daf28413c87ebc4c1d43f8142e41413..fba266ef0203f527f022a8a2397acdf98b670e67 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -42,14 +42,18 @@ set mark-symlinked-directories on
 
 # key bindings:
 
-# note c-i/m/h are unusable, duplicating tab, enter, ctrl-del or something
+# note c-i/m/h/w are unusable, duplicating tab, enter, ctrl-del or something, backspace
 # C-x would be hard to rebind because emacs.
 
 "\C-q": exchange-point-and-mark
-"\C-w": kill-region
-"\C-e": yank-last-arg
+# default not bound
+
+"\C-e": kill-region
+# default M-S-3
 "\C-a": insert-comment
-"\C-s": yank-nth-arg
+
+# default is C-M-y
+"\e,": yank-nth-arg
 
 "\C-f": menu-complete
 "\C-b": menu-complete-backward