mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 12:36:42 +01:00
6 lines
157 B
Bash
6 lines
157 B
Bash
|
|
set -g default-terminal "screen-256color" # colors!
|
|
|
|
# maximize current pane
|
|
bind + run 'cut -c3- ~/.tmux.conf | sh -s _maximize_pane "#{session_name}" #D'
|