summaryrefslogtreecommitdiff
path: root/_linux
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-08-12 16:14:24 +0200
committerkkard2 <[email protected]>2023-08-12 16:14:24 +0200
commit488eff7f609b1da2538a39ef0ecea14eb4765b4a (patch)
treef64fef516d2fc230ef7b103207844dcea679ecc1 /_linux
parent9fdf4b11cce6c703c377b6fc432598e58eabee73 (diff)
why did * not work; i don't know how to use git
Diffstat (limited to '_linux')
-rw-r--r--_linux/.tmux.conf5
1 files changed, 5 insertions, 0 deletions
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"