From 8c63a2ace7535b562feedc037fe2f5ba8175ee89 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 12 Mar 2025 20:28:44 +0100 Subject: forgor --- _linux/tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _linux/tmux/tmux.conf (limited to '_linux/tmux') diff --git a/_linux/tmux/tmux.conf b/_linux/tmux/tmux.conf new file mode 100644 index 0000000..a7d8084 --- /dev/null +++ b/_linux/tmux/tmux.conf @@ -0,0 +1,6 @@ +set -sg escape-time 5 +bind '"' split-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind c new-window -c "#{pane_current_path}" +bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard" +setw -g mouse on -- cgit v1.3.1