shellconfig: Updated ide function. Better and minimal layout

This commit is contained in:
Sagi Dayan 2022-11-07 08:52:42 +02:00
parent d6ef8b0fdc
commit 338dd906f3
Signed by: sagi
GPG key ID: FAB96BFC63B46458

View file

@ -112,15 +112,11 @@ function ide() {
pre_check_tmux_for_layout "ide" || return 1
clear;
tmux split-window -v -p 20
huh "${IDE_NAME}";
tmux split-window -h -p 80
tmux split-window -h -p 30
tmux send-keys "gitui" C-m
tmux split-window -v
tmux split-window -h
tmux select-pane -t 0
tmux split-window -v
tmux select-pane -t 2
tmux send-keys "vim" C-m
tmux send-keys "vim ." C-m
tmux rename-window ${IDE_NAME}
}