aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-10 17:01:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-10 17:01:13 +1300
commitb5b8f9b71e7cb067aef507d31aef280c798b2082 (patch)
treea532590663111c98a6e643f7fa94a57f5c0339db /readline
parentAdd safety left paren for subshell case (diff)
downloaddotfiles-b5b8f9b71e7cb067aef507d31aef280c798b2082.tar.gz
dotfiles-b5b8f9b71e7cb067aef507d31aef280c798b2082.zip
Move tmux() function to tm(1df)
No real reason for it to be a shell function
Diffstat (limited to 'readline')
-rw-r--r--readline/inputrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/readline/inputrc b/readline/inputrc
index af82a65d..7e4b500d 100644
--- a/readline/inputrc
+++ b/readline/inputrc
@@ -74,8 +74,8 @@ $if Bash
# Alt-S (for set) to wrap current command in (set -x ; ...)
"\es": "\C-a(set -x ; \C-e)\C-b"
- # Alt-M (for muxer) to run tmux
- "\em": "\C-utmux\C-j\C-y"
+ # Alt-M (for muxer) to run tm(1df)
+ "\em": "\C-utm\C-j\C-y"
# Ctrl-Alt-B to move backward a shell-quoted word
"\e\C-b": shell-backward-word