Skip to content

Commit

Permalink
tmux: set sensibleOnTop = false as a default
Browse files Browse the repository at this point in the history
Fixes #5952
  • Loading branch information
gen740 authored Nov 28, 2024
1 parent 0941a2e commit f83dc9f
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion modules/programs/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ in {

sensibleOnTop = mkOption {
type = types.bool;
default = true;
default = false;
description = ''
Run the sensible plugin at the top of the configuration. It
is possible to override the sensible settings using the
Expand Down
5 changes: 0 additions & 5 deletions tests/modules/programs/tmux/default-shell.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #

set -g default-terminal "screen"
set -g base-index 0
Expand Down
5 changes: 0 additions & 5 deletions tests/modules/programs/tmux/disable-confirmation-prompt.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #

set -g default-terminal "screen"
set -g base-index 0
Expand Down
5 changes: 0 additions & 5 deletions tests/modules/programs/tmux/emacs-with-plugins.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @tmuxplugin_sensible_rtp@
# ============================================= #

set -g default-terminal "screen"
set -g base-index 0
Expand Down
5 changes: 0 additions & 5 deletions tests/modules/programs/tmux/mouse-enabled.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #

set -g default-terminal "screen"
set -g base-index 0
Expand Down
5 changes: 0 additions & 5 deletions tests/modules/programs/tmux/prefix.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #

set -g default-terminal "screen"
set -g base-index 0
Expand Down
5 changes: 0 additions & 5 deletions tests/modules/programs/tmux/shortcut-without-prefix.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #

set -g default-terminal "screen"
set -g base-index 0
Expand Down
5 changes: 0 additions & 5 deletions tests/modules/programs/tmux/vi-all-true.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #

set -g default-terminal "screen"
set -g base-index 0
Expand Down

0 comments on commit f83dc9f

Please sign in to comment.