aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-15 16:49:57 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-15 16:49:57 +1300
commite394fe1abee8fdb285d87d4768cd66d2d195573f (patch)
tree72fc0784b2a7a313f775ea043bf1390ab51b7c8d /readline
parentDiscard Taskwarrior, replace with td(1) (diff)
downloaddotfiles-e394fe1abee8fdb285d87d4768cd66d2d195573f.tar.gz
dotfiles-e394fe1abee8fdb285d87d4768cd66d2d195573f.zip
Alt-T shortcut to td(1)
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 396eb28b..c4c1eb4f 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -48,5 +48,7 @@ $if Bash
"\er": "\C-u\C-p\C-j\C-y"
# Alt-S (for set) to wrap current command in (set -x ; ...)
"\es": "\C-a(set -x ; \C-e)\C-b"
+ # Alt-T (for todo) to edit my to-do file with td(1)
+ "\et": "\C-atd\C-j\C-y"
$endif