This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Reload config file (change file location to your the tmux.conf you want to use) | |
| unbind r | |
| bind r source-file ~/.tmux.conf | |
| # Change leader to <C-s> | |
| unbind C-b | |
| set-option -g prefix C-s | |
| bind-key C-s send-prefix | |
| # Split panes using | and - |