From 19bc2fbbf58956014ca143de380c181fcd89248b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 7 Feb 2026 00:16:01 +0100 Subject: Update --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 6d060f8..a4996f0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -17,6 +17,8 @@ set -g status-bg '#222222' set -g status-fg '#ffffff' set -g window-status-current-format "#[fg=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]" +bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" + bind-key Up select-pane -U bind-key Down select-pane -D bind-key Left select-pane -L -- cgit v1.2.3