diff options
| author | kkard2 <[email protected]> | 2025-03-12 20:28:44 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-03-12 20:28:44 +0100 |
| commit | 8c63a2ace7535b562feedc037fe2f5ba8175ee89 (patch) | |
| tree | 22a83678dc4d65c067e6f449b42e5b1d426536ef /_linux/tmux/tmux.conf | |
| parent | 964337ffb775db3be525175bef44d0df1a26ef77 (diff) | |
forgor
Diffstat (limited to '_linux/tmux/tmux.conf')
| -rw-r--r-- | _linux/tmux/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
