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.conf | |
| parent | 964337ffb775db3be525175bef44d0df1a26ef77 (diff) | |
forgor
Diffstat (limited to '_linux/.tmux.conf')
| -rw-r--r-- | _linux/.tmux.conf | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
