mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-21 23:05:25 +00:00
shellconfig: Updated ide
function. Better and minimal layout
This commit is contained in:
parent
d6ef8b0fdc
commit
338dd906f3
1 changed files with 3 additions and 7 deletions
|
@ -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}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue