Skip to content

ishbguy/tmux-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tmux plugin for adding alias easily!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages