dotfiles/conf.d/kitty/session_multiple.conf

26 lines
352 B
Plaintext
Raw Permalink Normal View History

2024-03-05 08:21:54 +00:00
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Sessions {{{
layout tall
#: tab
title gestionnaire de fichiers
launch env TERMINFO=/usr/share/terminfo ranger
#: tab
cd ~
title terminal
launch env TERMINFO=/usr/share/terminfo zsh
#: tab
#cd ~
#title zsh
#launch env TERMINFO=/usr/share/terminfo zsh
#: tab
#title vim
#launch vim
#: }}}