dotfiles/home/user/.config/tmux/aliases.conf
2024-04-25 11:46:14 +03:00

5 lines
228 B
Plaintext

# vim: ft=tmux
set -g command-alias[101] kill='kill-session -t'
set -g command-alias[102] k='kill-session -t'
set -g command-alias[103] reload-config='source-file ~/.config/tmux/tmux.conf ; display-message "Config reloaded..."'