mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
add zellij and tmux configs
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
layout {
|
||||
pane split_direction="vertical" {
|
||||
pane command="nvim" focus=true name="Editor" size="60%" {
|
||||
args "."
|
||||
}
|
||||
pane split_direction="horizontal" name="terminal" {
|
||||
pane name="Git" command="lazygit"
|
||||
pane name="Terminal" size="25%"
|
||||
}
|
||||
}
|
||||
|
||||
pane size=1 borderless=true {
|
||||
plugin location="zellij:compact-bar"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user