homes/common/.config/tmux/tmux.conf
kujiu (@uberwald) 8ca6287fb1
Update all tools
-> Passwords in KeePassXC (access by keyring)
-> Neomutt + Aerc (mail)
-> vdirsyncer + khal + khard (calendar and contacts)
zsh -> fish
-> poezio (XMPP)
-> newsboat (RSS with FreshRSS)
-> toot (Mastodon client)
vim -> neovim (with lunarvim)
-> nvimpager (pager based on neovim)
-> konsole

With Nightfox theme.
2023-09-02 00:40:34 +02:00

38 lines
868 B
Bash

set -g prefix C-k
unbind C-b
bind-key -n C-s set-option -g status
bind-key -T copy-mode-vi v send -X begin-selection
bind-key -T copy-mode-vi V send -X select-line
bind-key -T copy-mode-vi C-v send -X rectangle-toggle
bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel
set -g lock-command vlock
set -g lock-after-time 0
bind l lock-client
bind L lock-session
set -g status-position top
bind-key a send-prefix
set -g display-time 1000
set -g default-terminal tmux-256color
set -g mode-keys vi
set -g status-keys vi
set-option -g allow-rename off
set-window-option -g monitor-activity on
set -g visual-activity off
set -g visual-bell off
set-option -g bell-action none
set -g mouse on
set -g history-limit 1000
set -g lock-after-time 300
set -g base-index 0
set -g pane-base-index 0
set -g renumber-windows on
source-file ~/.config/tmux/nightfox_tmux.tmux