What is this
tmux-tilit brings tiling window manager features and smooth keybindings to your tmux sessions, boosting your productivity like never before.
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
tmux (>= 3.0)
andtpm
.
Installing tmux-tilit
To get tmux-tilit, add the following to your tmux.conf
:
set -g @plugin '2kabhishek/tmux-tilit'
Using tmux-tilit
Keybindings
All the configured keybindings can be found in the keybinding manual here.
Customizing tmux-tilit
easymode
for arrow key navigation
To navigate using arrow keys, you can enable easy mode with: set -g @tilit-easymode 'on'
The revised keybindings for the pane focus and movement then become:
Keybinding | Description |
---|---|
Alt + ←/↓/↑/→ | Focus pane in direction |
Alt + Shift + ←/↓/↑/→ | Move pane in direction |
Alt + h/j/k/l | Resize pane in direction |