From 6099855f6b31e0ea95953d05b2166f2db12ebd6f Mon Sep 17 00:00:00 2001 From: NonlinearFruit <1123benji5813@gmail.com> Date: Sat, 8 Jun 2024 08:13:54 -0600 Subject: [PATCH] Idea to show tmux aliases --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index f2cbac6..894b20c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,6 +8,8 @@ unbind-key c bind-key c new-window -c "#{pane_current_path}" ## Show custom bindings # comm -23 <(tmux list-keys | sort) <(tmux -L test -f /dev/null list-keys | sort) +## Show aliases +# tmux show-options command-alias # Aliases ## Chat