Tmux plugin for adding alias easily!
Using Tmux Plugin Manager
Add the following to your list of TPM plugins in .tmux.conf
:
set -g @plugin 'ishbguy/tmux-alias'
Hit prefix+I to fetch and source the plugin. You should now be able to use this plugin!
Clone the repo:
git clone https://github.com/ishbguy/tmux-alias .tmux/plugins/tmux-alias
Source in your .tmux.conf
:
run-shell ~/.tmux/plugins/tmux-alias/alias.tmux
Reload tmux conf by running:
tmux source-file ~/.tmux.conf
set -g @alias zoom="resize-pane -Z"
alias zoom="resize-pane -Z"
Released under the terms of MIT license.