updated kitty.conf and created sample session
This commit is contained in:
parent
53daac17d2
commit
d6f25e03ec
2 changed files with 17 additions and 0 deletions
8
kitty/session
Normal file
8
kitty/session
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue