dotfiles/conf.d/kitty/session_multiple.conf

26 lines
352 B
Plaintext
Raw Normal View History

2019-11-05 09:23:05 +00:00
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Sessions {{{
layout tall
2020-01-03 11:51:39 +00:00
#: tab
title gestionnaire de fichiers
launch env TERMINFO=/usr/share/terminfo ranger
2019-11-05 09:23:05 +00:00
2020-01-03 11:51:39 +00:00
#: tab
2019-11-05 09:23:05 +00:00
cd ~
2020-01-03 11:51:39 +00:00
title terminal
2019-11-05 09:23:05 +00:00
launch env TERMINFO=/usr/share/terminfo zsh
2020-01-03 11:51:39 +00:00
#: tab
#cd ~
#title zsh
#launch env TERMINFO=/usr/share/terminfo zsh
#: tab
2019-11-05 09:23:05 +00:00
#title vim
#launch vim
#: }}}