konsole stuff
[distro-setup] / .inputrc
index 76a38b2b04cb989520ef9e7cc72b8473410a427b..726bc78c75e09d7737f8951f0b4a14f49f89543d 100644 (file)
--- a/.inputrc
+++ b/.inputrc
@@ -24,7 +24,7 @@ set show-all-if-unmodified on
 
 # nice in bash, but messes up completion in emacs shell
 #set visible-stats on
-set visible-stats offmv f
+set visible-stats off
 
 # turn off pager for completion
 set page-completions off
@@ -34,11 +34,9 @@ set page-completions off
 #   the trailing / and I have to hit  <Tab> again. I don't like this.
 set mark-symlinked-directories on
 
-
-# makes the c-u keybind work.
-# perhaps other binds that didn't work would work with this.
-# todo, try it out
-set bind-tty-special-chars off
+# i had this set in the past to make c-u work, but it doesn't seem to be needed now.
+# not sure if it affected any other keybinds.
+#set bind-tty-special-chars off
 
 
 
@@ -83,7 +81,6 @@ Control-Space: set-mark
 
 "\C-d": undo
 
-"\C-u": backward-kill-word