From 758cbfb7a30fc2d1ef9d28f4f86c94be06767376 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 8 Apr 2024 15:18:31 +0300 Subject: [PATCH] tmux aliases --- home/user/.config/tmux/aliases.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/user/.config/tmux/aliases.conf b/home/user/.config/tmux/aliases.conf index 55f6590..5e5572f 100644 --- a/home/user/.config/tmux/aliases.conf +++ b/home/user/.config/tmux/aliases.conf @@ -1,5 +1,4 @@ # vim: ft=tmux 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 +set -g command-alias[101] k='kill-session -t' \ No newline at end of file