Skip to content

Commit f83dc9f

Browse files
authoredNov 28, 2024
tmux: set sensibleOnTop = false as a default
Fixes #5952
1 parent 0941a2e commit f83dc9f

8 files changed

+1
-36
lines changed
 

‎modules/programs/tmux.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ in {
239239

240240
sensibleOnTop = mkOption {
241241
type = types.bool;
242-
default = true;
242+
default = false;
243243
description = ''
244244
Run the sensible plugin at the top of the configuration. It
245245
is possible to override the sensible settings using the

‎tests/modules/programs/tmux/default-shell.conf

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ============================================= #
2-
# Start with defaults from the Sensible plugin #
3-
# --------------------------------------------- #
4-
run-shell @sensible_rtp@
5-
# ============================================= #
61

72
set -g default-terminal "screen"
83
set -g base-index 0

‎tests/modules/programs/tmux/disable-confirmation-prompt.conf

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ============================================= #
2-
# Start with defaults from the Sensible plugin #
3-
# --------------------------------------------- #
4-
run-shell @sensible_rtp@
5-
# ============================================= #
61

72
set -g default-terminal "screen"
83
set -g base-index 0

‎tests/modules/programs/tmux/emacs-with-plugins.conf

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ============================================= #
2-
# Start with defaults from the Sensible plugin #
3-
# --------------------------------------------- #
4-
run-shell @tmuxplugin_sensible_rtp@
5-
# ============================================= #
61

72
set -g default-terminal "screen"
83
set -g base-index 0

‎tests/modules/programs/tmux/mouse-enabled.conf

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ============================================= #
2-
# Start with defaults from the Sensible plugin #
3-
# --------------------------------------------- #
4-
run-shell @sensible_rtp@
5-
# ============================================= #
61

72
set -g default-terminal "screen"
83
set -g base-index 0

‎tests/modules/programs/tmux/prefix.conf

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ============================================= #
2-
# Start with defaults from the Sensible plugin #
3-
# --------------------------------------------- #
4-
run-shell @sensible_rtp@
5-
# ============================================= #
61

72
set -g default-terminal "screen"
83
set -g base-index 0

‎tests/modules/programs/tmux/shortcut-without-prefix.conf

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ============================================= #
2-
# Start with defaults from the Sensible plugin #
3-
# --------------------------------------------- #
4-
run-shell @sensible_rtp@
5-
# ============================================= #
61

72
set -g default-terminal "screen"
83
set -g base-index 0

‎tests/modules/programs/tmux/vi-all-true.conf

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ============================================= #
2-
# Start with defaults from the Sensible plugin #
3-
# --------------------------------------------- #
4-
run-shell @sensible_rtp@
5-
# ============================================= #
61

72
set -g default-terminal "screen"
83
set -g base-index 0

0 commit comments

Comments
 (0)
Failed to load comments.