Skip to content

Commit

Permalink
disable tmux-sensible
Browse files Browse the repository at this point in the history
There's a bug between current tmux 3.5a and tmux-sensible@25cb91f that
makes it always use sh instead of correct $SHELL

https://discourse.nixos.org/t/tmux-use-bash-instead-defined-zsh-in-home-manager/54763/2
nix-community/home-manager#5952

will need fix here:
- tmux-plugins/tmux-sensible#75

but I may not actually need sensible at all with home-manager tmux config
  • Loading branch information
webframp committed Dec 10, 2024
1 parent 4295f0d commit 47bce30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/sme/bluestreak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ in {
# Force tmux to use /tmp for sockets (WSL2 compat)
secureSocket = false;
clock24 = true;
sensibleOnTop = false;
plugins = with pkgs.tmuxPlugins; [
# First plugins that adjust the right status bar
{
Expand All @@ -449,10 +450,11 @@ in {
extraConfig = ''
set -g @continuum-restore 'on'
set -g @continuum-boot 'on'
set -g @continuum-boot-options 'alacritty,fullscreen'
set -g @continuum-save-interval '15' # minutes
'';
}
sensible
# sensible
better-mouse-mode
extrakto # prefix + tab
fzf-tmux-url # prefix + u
Expand Down

0 comments on commit 47bce30

Please sign in to comment.