Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 850 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 850 Bytes

Tmux Alias

Tmux plugin for adding alias easily!

Installation

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!

Manual

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

Usage

Configure in .tmux.conf

set -g @alias zoom="resize-pane -Z"

Use in tmux command prompt mode

alias zoom="resize-pane -Z"

License

Released under the terms of MIT license.