This is a custom tmux config I made for my workflow with few plugins and themes.
-
Install tmux
-
clone the repo
gh repo clone Chamal1120/Custom_tmux_config
or use git pull
-
Copy the
.tmux.conf
file to your home directory. Create the two folders if they aren't there. -
Install the plugins that I have used
- tpm - tmux plugin manager
- Tmuxifier - Gives you custom pane setup management
- vim-tmux-navigator - Enables seemless nagivation between vim buffers and tmux panes.
-
That's it!
- I have changed the leader key (prefix) to
ctrl + s
. So whenever you want you the prefix, the that combination. - You can switch between panes using
prefix + %
for left and right andprefix + "
for up and down. The same thing works to navigate between vim panes and tmux.
Thank You very much for reading till the end. Cheers neckbeards!!