mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-08 02:19:14 +00:00
fish: disable tmux auto-attach (handle with terminal rather than shell)
This commit is contained in:
parent
0307c91860
commit
0c9b32b8ee
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
programs.fish.interactiveShellInit =
|
programs.fish.interactiveShellInit =
|
||||||
# Launch tmux
|
# Launch tmux
|
||||||
''
|
# ''
|
||||||
if not set -q TMUX
|
# if not set -q TMUX
|
||||||
tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s) -c $HOME
|
# tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s) -c $HOME
|
||||||
end
|
# end
|
||||||
'' +
|
# '' +
|
||||||
# Open command buffer in vim when alt+e is pressed
|
# Open command buffer in vim when alt+e is pressed
|
||||||
''
|
''
|
||||||
bind \ee edit_command_buffer
|
bind \ee edit_command_buffer
|
||||||
|
|
Loading…
Reference in a new issue