From 8c63a2ace7535b562feedc037fe2f5ba8175ee89 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 12 Mar 2025 20:28:44 +0100 Subject: forgor --- _linux/.tmux.conf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 _linux/.tmux.conf (limited to '_linux/.tmux.conf') diff --git a/_linux/.tmux.conf b/_linux/.tmux.conf deleted file mode 100644 index a7d8084..0000000 --- a/_linux/.tmux.conf +++ /dev/null @@ -1,6 +0,0 @@ -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