From 488eff7f609b1da2538a39ef0ecea14eb4765b4a Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sat, 12 Aug 2023 16:14:24 +0200 Subject: why did * not work; i don't know how to use git --- _linux/.tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _linux/.tmux.conf diff --git a/_linux/.tmux.conf b/_linux/.tmux.conf new file mode 100644 index 0000000..155f033 --- /dev/null +++ b/_linux/.tmux.conf @@ -0,0 +1,5 @@ +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" -- cgit v1.3.1