diff options
| author | kkard2 <[email protected]> | 2023-08-12 16:14:24 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-08-12 16:14:24 +0200 |
| commit | 488eff7f609b1da2538a39ef0ecea14eb4765b4a (patch) | |
| tree | f64fef516d2fc230ef7b103207844dcea679ecc1 | |
| parent | 9fdf4b11cce6c703c377b6fc432598e58eabee73 (diff) | |
why did * not work; i don't know how to use git
| -rw-r--r-- | _linux/.tmux.conf | 5 |
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" |
