From 3bde993fb873e560bec2e75e1e1390b94ed2a335 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Dec 2016 17:07:50 +1300 Subject: Remove some unused keybindings Alt+l's default behaviour of lowercasing a word is more useful than this --- readline/inputrc | 4 ---- 1 file changed, 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) -- cgit v1.2.3