aboutsummaryrefslogtreecommitdiff
path: root/readline/inputrc
diff options
context:
space:
mode:
Diffstat (limited to 'readline/inputrc')
-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