ballocks i have no idea what hasn't been updated but its a lot
This commit is contained in:
@@ -27,23 +27,21 @@ set -g status-right '#[fg=cyan,bright]%a %d/%m %R #[fg=white]| #[fg=yellow]#(upt
|
||||
set-window-option -g aggressive-resize on
|
||||
#monitor (modified from greyfade's tmux conf)
|
||||
new-session -s monitor
|
||||
split-window -h -p 90 -b -t '{top}' btm
|
||||
split-window -v -p 75 -b -t '{top}' btm
|
||||
split-window -v -t '{bottom}' -b ranger
|
||||
split-window -h -b vimpc
|
||||
split-window -h -p 20 -t '{bottom}' -b "journalctl -xf"
|
||||
split-window -h -b -t '{bottom}' vimpc
|
||||
split-window -h -p 33 -t '{bottom}' -b "journalctl -xf"
|
||||
select-pane -t '{bottom-right}'
|
||||
|
||||
# the other session I use
|
||||
new-session -s work
|
||||
split-window -v -p 90 -t '{top}' -b "cd ~/Code && ranger"
|
||||
split-window -h -t '{bottom}' -b "zsh"
|
||||
split-window -v -p 95 -t '{top}' -b "cd ~/Code && ranger"
|
||||
select-pane -t '{top}'
|
||||
|
||||
#Tuis to read shit
|
||||
new-session -s tui
|
||||
split-window -v -b -l 10 "toot tui"
|
||||
split-window -h -b -t '{top}' -p 60 -l 136 newsboat
|
||||
split-window -h -t '{bottom}' -b vimpc
|
||||
new-session -s tui "zulip-term -t gruvbox_dark"
|
||||
split-window -h -p 34 "toot tui"
|
||||
split-window -v -p 35 vimpc
|
||||
|
||||
#switch panels
|
||||
bind k selectp -U # switch to panel Up
|
||||
|
||||
Reference in New Issue
Block a user