aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-26 09:31:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-26 09:31:04 +1200
commitb9915bb8944396a324c63c3b381a424cd4e5aef0 (patch)
tree1da6f2606eefad1a5cb5b7558f7a5976c2dfee1d /readline
parentAdd .inputrc M-h to go $HOME (diff)
downloaddotfiles-b9915bb8944396a324c63c3b381a424cd4e5aef0.tar.gz
dotfiles-b9915bb8944396a324c63c3b381a424cd4e5aef0.zip
Add .inputrc M-l to run ls -Al
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/readline/inputrc b/readline/inputrc
index e8cee37f..584da9a0 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -37,5 +37,7 @@ $if Bash
"\eh": "cd\C-j"
# Alt-M (for muxer) to run tmux
"\em": "tmux\C-j"
+ # Alt-L (for ls) to run ls -Al
+ "\el": "ls -Al\C-j"
$endif