aboutsummaryrefslogtreecommitdiff
path: root/Documents/wiki/tmux.md
blob: 612e5364216e2ac704ba7c1287802dd2e0224c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# tmux

Cheatsheet: https://tmuxcheatsheet.com/?q=yyyy&hPP=100&idx=tmux_cheats&p=0&is_v=1

## Plugins
Plugin manager: https://github.com/tmux-plugins/tpm

## Friendship with Vim
I use the same set of keys (`<C-[hjkl]>` - without prefix!) to navigate between Vim windows and Tmux panes.

Plugin: https://github.com/christoomey/vim-tmux-navigator

## Project management with Tmuxinator
I use [tmuxinator](https://github.com/tmuxinator/tmuxinator) for managing projects and sessions. Here's the [admin session example](../../.config/tmuxinator/admin.yml).