chore: more visibility for tmux config
parent
6ea3f60166
commit
bb79c7ef88
|
@ -34,8 +34,9 @@ My main text editor. It's based on `vim`, but stays loyal to `lua` ecosystem
|
||||||
Terminal multiplexor. Allows creating persistent sessions and multiple terminal windows
|
Terminal multiplexor. Allows creating persistent sessions and multiple terminal windows
|
||||||
from one terminal.
|
from one terminal.
|
||||||
|
|
||||||
- Config file: `./tmux/.tmux.conf`
|
- Config file: `./tmux/tmux.conf`
|
||||||
- Command: `ln [-s] $PWD/tmux/.tmux.conf ~/.tmux.conf`
|
- Command: `ln [-s] $PWD/tmux/tmux.conf ~/.tmux.conf`
|
||||||
|
- Or `ln [-s] $PWD/tmux/tmux.conf ~/.config/tmux/tmux.conf` (hardcoded, `$XDG_CONFIG_HOME` is ignored)
|
||||||
|
|
||||||
#### Notes
|
#### Notes
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ set -g display-time 1500
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
|
|
||||||
bind r source-file ~/.config/tmux/tmux.conf \; display "tmux.conf reloaded at ~/.tmux.conf"
|
# bind r source-file ~/.tmux.conf \; display "tmux.conf reloaded at ~/.tmux.conf"
|
||||||
set -g base-index 1 # rebind to start from 0
|
set -g base-index 1 # rebind to start from 0
|
||||||
setw -g pane-base-index 1
|
setw -g pane-base-index 1
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
|
|
Loading…
Reference in New Issue