aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-11-27 13:28:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-11-27 13:28:32 +1300
commit9cd6436b0bf4987cea845788a2d0a67ceac15b13 (patch)
treecbf0f3d81f2624ef0d83eb1c379e1a7f232e3b66 /readline
parentSpeed up my mouse (diff)
downloaddotfiles-9cd6436b0bf4987cea845788a2d0a67ceac15b13.tar.gz
dotfiles-9cd6436b0bf4987cea845788a2d0a67ceac15b13.zip
Remove custom ^W binding
Neither this nor unix-filename-rubout do quite what I want.
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/readline/inputrc b/readline/inputrc
index 6b747104..f7099b4e 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -48,10 +48,6 @@ set show-all-if-ambiguous on
# Don't re-complete already completed text in the middle of a word
set skip-completed-text on
-# Killing words should stop at /
-# <https://www.youtube.com/watch?v=VCiRpM_rbF0>
-"\C-w": backward-kill-word
-
# Bash macros
$if Bash