aboutsummaryrefslogtreecommitdiff
path: root/readline/inputrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-22 17:07:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-22 17:07:50 +1300
commit3bde993fb873e560bec2e75e1e1390b94ed2a335 (patch)
tree7d6cfeac54bf1a79529d260ba24bd60114dec299 /readline/inputrc
parentPort keep() to zsh (diff)
downloaddotfiles-3bde993fb873e560bec2e75e1e1390b94ed2a335.tar.gz
dotfiles-3bde993fb873e560bec2e75e1e1390b94ed2a335.zip
Remove some unused keybindings
Alt+l's default behaviour of lowercasing a word is more useful than this
Diffstat (limited to 'readline/inputrc')
-rw-r--r--readline/inputrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/readline/inputrc b/readline/inputrc
index f7099b4e..525ae407 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -71,10 +71,6 @@ $if Bash
# Alt-S (for set) to wrap current command in (set -x ; ...)
"\es": "\C-a(set -x ; \C-e)\C-b"
- # Alt-H (for home) to go $HOME
- "\eh": "\C-ucd\C-j\C-y"
- # Alt-L (for ls) to run ls -Al
- "\el": "\C-uls -Al\C-j\C-y"
# Alt-M (for muxer) to run tmux
"\em": "\C-utmux\C-j\C-y"
# Alt-T (for todo) to edit my to-do file with td(1df)