updated kitty.conf and created sample session

This commit is contained in:
tomit4 2022-03-26 11:16:59 -07:00
parent 53daac17d2
commit d6f25e03ec
2 changed files with 17 additions and 0 deletions

8
kitty/session Normal file
View file

@ -0,0 +1,8 @@
# Set the layout of the current tab
layout fat:bias=10;full_size=1;mirrored=false
# Set the working directory for windows in the current tab
cd $CPROJ
# Create a window and run the specified command in it
launch nvim
launch bash
launch bash