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.
17 lines
239 B
Text
Executable file
17 lines
239 B
Text
Executable file
new_tab code
|
|
layout horizontal
|
|
launch --title "code" bash
|
|
|
|
new_tab terminal
|
|
layout horizontal
|
|
launch bash
|
|
|
|
new_tab webdev
|
|
layout horizontal
|
|
launch bash
|
|
|
|
new_tab ranger
|
|
enabled_layouts horizontal,stack
|
|
layout horizontal
|
|
launch ranger
|
|
|