From b5b8f9b71e7cb067aef507d31aef280c798b2082 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 10 Jan 2017 17:01:13 +1300 Subject: Move tmux() function to tm(1df) No real reason for it to be a shell function --- readline/inputrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readline') 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 -- cgit v1.2.3