Now use neomutt

This commit is contained in:
gardouille 2024-04-05 10:26:22 +02:00
parent ab12fe8cb7
commit 7bfb8f00f5
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ if-shell -b 'test -n $TMUX' {
if-shell '! tmux has-session -t toto' {
display-message "Create a new session for Laptop"
# A first window named **mail**
# with mutt running in the first pane
new-session -A -stoto -nmail 'mutt ; exec ${SHELL}'
# with (neo)mutt running in the first pane
new-session -A -stoto -nmail 'neomutt ; exec ${SHELL}'
## Split the first window
split-window -v -p 25