I accidentally made this commit really big after some git mishaps. Working on zig grammar, finally kinda works. Fixed some diagnostics warnings Moved examples to tofix because fixing them is besides the point right now.
13 lines
192 B
Text
Executable file
13 lines
192 B
Text
Executable file
new_tab code
|
|
layout horizontal
|
|
launch --title "code" bash
|
|
|
|
new_tab terminal
|
|
layout horizontal
|
|
launch bash
|
|
|
|
new_tab ranger
|
|
enabled_layouts horizontal,stack
|
|
layout horizontal
|
|
launch ranger
|
|
|