Now use neomutt
This commit is contained in:
parent
ab12fe8cb7
commit
7bfb8f00f5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user