From 70e50a7a503e9ba7160653f0d3aab5e4375287cc Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 3 Apr 2024 14:59:12 +0300 Subject: [PATCH] add tmux aliases --- home/user/.config/tmux/aliases.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/user/.config/tmux/aliases.conf b/home/user/.config/tmux/aliases.conf index 10b7a5e..55f6590 100644 --- a/home/user/.config/tmux/aliases.conf +++ b/home/user/.config/tmux/aliases.conf @@ -1,3 +1,5 @@ # vim: ft=tmux -set -g command-alias[100] kill='kill-session -t' \ No newline at end of file +set -g command-alias[100] kill='kill-session -t' +set -g command-alias[101] k='kill-session -t' +set -g command-alias[102] l='list-sessions' \ No newline at end of file