tmux-tilit is a tmux plugin that adds tiling window manager like features and keybindings to tmux.
Inspiration
tmux-tilit was inspired by tmux-tilish.
I wanted to add some new commadns, make the keybindings match better with tmux's defaults, hence tilit was born!
Prerequisites
Before you begin, ensure you have met the following requirements:
You have installed the latest version of tmux and tpm.
Installing tmux-tilit
To get tmux-tilit, add the following to your ~/.tmux.conf:
set-g @plugin '2kabhishek/tmux-tilit'
Using tmux-tilit
Keybindings
Finally, here is a list of the actual keybindings. Most are [taken from i3wm][1].
Below, a "workspace" is what tmux would call a "window" and vim would call a "tab",
while a "pane" is what i3wm would call a "window" and vim would call a "split".
Keybinding
Description
Alt + 0-9
Switch to workspace number 0-9
Alt + Shift + 0-9
Move pane to workspace 0-9
Alt + hjkl
Move focus left/down/up/right
Alt + Shift + hjkl
Move pane left/down/up/right
Alt + Enter
Create a new pane at "the end" of the current layout