2019-02-10 02:19:56 +01:00
|
|
|
# ============================================= #
|
|
|
|
# Start with defaults from the Sensible plugin #
|
|
|
|
# --------------------------------------------- #
|
|
|
|
run-shell @tmuxplugin_sensible_rtp@
|
|
|
|
# ============================================= #
|
|
|
|
|
|
|
|
set -g default-terminal "screen"
|
|
|
|
set -g base-index 0
|
|
|
|
setw -g pane-base-index 0
|
|
|
|
|
|
|
|
new-session
|
|
|
|
|
2022-03-20 00:12:21 +01:00
|
|
|
bind -N "Split the pane into two, left and right" v split-window -h
|
|
|
|
bind -N "Split the pane into two, top and bottom" s split-window -v
|
2019-02-10 02:19:56 +01:00
|
|
|
|
|
|
|
|
|
|
|
set -g status-keys emacs
|
|
|
|
set -g mode-keys emacs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-06-04 13:21:20 +02:00
|
|
|
|
|
|
|
|
2023-02-05 11:02:14 +01:00
|
|
|
set -g mouse off
|
2019-02-10 02:19:56 +01:00
|
|
|
setw -g aggressive-resize on
|
|
|
|
setw -g clock-mode-style 24
|
|
|
|
set -s escape-time 500
|
|
|
|
set -g history-limit 2000
|
|
|
|
|
|
|
|
# ============================================= #
|
|
|
|
# Load plugins with Home Manager #
|
|
|
|
# --------------------------------------------- #
|
|
|
|
|
2020-04-25 14:40:32 +02:00
|
|
|
# tmuxplugin-logging
|
|
|
|
# ---------------------
|
2019-02-10 02:19:56 +01:00
|
|
|
|
2019-10-08 22:46:27 +02:00
|
|
|
run-shell @tmuxplugin_logging_rtp@
|
2019-02-10 02:19:56 +01:00
|
|
|
|
|
|
|
|
2020-04-25 14:40:32 +02:00
|
|
|
# tmuxplugin-prefix-highlight
|
|
|
|
# ---------------------
|
|
|
|
|
2019-10-08 22:46:27 +02:00
|
|
|
run-shell @tmuxplugin_prefix_highlight_rtp@
|
2019-02-10 02:19:56 +01:00
|
|
|
|
|
|
|
|
2020-04-25 14:40:32 +02:00
|
|
|
# tmuxplugin-fzf-tmux-url
|
|
|
|
# ---------------------
|
|
|
|
|
2019-10-08 22:46:27 +02:00
|
|
|
run-shell @tmuxplugin_fzf_tmux_url_rtp@
|
2019-02-10 02:19:56 +01:00
|
|
|
|
|
|
|
# ============================================= #
|
2020-04-25 17:02:49 +02:00
|
|
|
|