diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 0e1ba4c..6251854 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -43,7 +43,7 @@ in # Launch tmux '' if not set -q TMUX - tmux attach-session -t home || tmux new-session -s home + tmux attach-session -t $(hostname -s) || tmux new-session -s $(hostname -s) end '' + # Open command buffer in vim when alt+e is pressed