tmux: set sensibleOnTop = false as a default

Fixes #5952
This commit is contained in:
Gen 2024-11-28 19:30:10 +09:00 committed by GitHub
parent 0941a2e144
commit f83dc9f25a
Failed to generate hash of commit
8 changed files with 1 additions and 36 deletions

View file

@ -239,7 +239,7 @@ in {
sensibleOnTop = mkOption { sensibleOnTop = mkOption {
type = types.bool; type = types.bool;
default = true; default = false;
description = '' description = ''
Run the sensible plugin at the top of the configuration. It Run the sensible plugin at the top of the configuration. It
is possible to override the sensible settings using the is possible to override the sensible settings using the

View file

@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #
set -g default-terminal "screen" set -g default-terminal "screen"
set -g base-index 0 set -g base-index 0

View file

@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #
set -g default-terminal "screen" set -g default-terminal "screen"
set -g base-index 0 set -g base-index 0

View file

@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @tmuxplugin_sensible_rtp@
# ============================================= #
set -g default-terminal "screen" set -g default-terminal "screen"
set -g base-index 0 set -g base-index 0

View file

@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #
set -g default-terminal "screen" set -g default-terminal "screen"
set -g base-index 0 set -g base-index 0

View file

@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #
set -g default-terminal "screen" set -g default-terminal "screen"
set -g base-index 0 set -g base-index 0

View file

@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #
set -g default-terminal "screen" set -g default-terminal "screen"
set -g base-index 0 set -g base-index 0

View file

@ -1,8 +1,3 @@
# ============================================= #
# Start with defaults from the Sensible plugin #
# --------------------------------------------- #
run-shell @sensible_rtp@
# ============================================= #
set -g default-terminal "screen" set -g default-terminal "screen"
set -g base-index 0 set -g base-index 0