aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
blob: e68c4d6d494acf0db36b5cfcc75f1c999ac1d993 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
setw -g mouse on
set-option -ga terminal-overrides ",foot:Tc"
set-option -ga terminal-overrides ",xterm-256color:Tc"
setw -g mode-keys vi
set -g history-limit 10000
set -sg escape-time 50
set -s set-clipboard on

set -g status-interval 30
set -g status-style "bg=black,fg=white"
setw -g window-status-current-style "fg=white,bg=blue,bright"
set -g status-position bottom

# status-right
set -g status-right-length 100
set -g status-right "#{user}@#{host} | #(date -d now '+%a/%b/%Y %R') "

set -g set-titles on
set -g set-titles-string "#{window_name} #{user}@#{host_short}"
set -g base-index 1

bind-key b set-option status
set -g lock-command vlock
bind L lock-session
bind R 'source-file ~/.config/tmux/tmux.conf; display-message "source-file done"'
lugins.lua?id=c35810e74dab73c7eef14322cebbc9405037c3b0&follow=1'>Bump neovim config to 0.9 and add undotree and test related commandsLuca Matei Pintilie4-26/+47 2023-04-07Fix neovim spelllangLuca Matei Pintilie1-3/+1 2023-04-07Hyprland fixesLuca Matei Pintilie1-23/+25 2023-04-07Add mutt/neomutt configLuca Matei Pintilie5-0/+206 2023-04-07Neovim improvementsLuca Matei Pintilie5-27/+14 2023-04-05Better hyprland configLuca Matei Pintilie3-10/+42 2023-04-02Remove beacon config and add mini.commentLuca Matei Pintilie1-13/+34