tmux: reorder tmux.conf content
In particular, put `extraConfig` in the end, which enables overriding of all settings, even plugin settings. PR #945
This commit is contained in:
parent
a6037a9eb8
commit
a7cdfaa325
4 changed files with 46 additions and 53 deletions
|
|
@ -28,4 +28,3 @@ setw -g clock-mode-style 12
|
|||
set -s escape-time 500
|
||||
set -g history-limit 2000
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ setw -g clock-mode-style 24
|
|||
set -s escape-time 500
|
||||
set -g history-limit 2000
|
||||
|
||||
|
||||
|
||||
# ============================================= #
|
||||
# Load plugins with Home Manager #
|
||||
# --------------------------------------------- #
|
||||
|
|
@ -52,3 +50,4 @@ run-shell @tmuxplugin_prefix_highlight_rtp@
|
|||
run-shell @tmuxplugin_fzf_tmux_url_rtp@
|
||||
|
||||
# ============================================= #
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,3 @@ setw -g clock-mode-style 24
|
|||
set -s escape-time 500
|
||||
set -g history-limit 2000
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue