diff options
| author | kkard2 <[email protected]> | 2024-01-05 20:48:31 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-01-05 20:48:31 +0100 |
| commit | 524c493b32eb1da8d54cecdad9bdcf554473f863 (patch) | |
| tree | 5dfa729ddb5dd80f2c186e5d663e2d9f6badbae7 /_linux/.tmux.conf | |
| parent | fa3e52b6275506595c0ee32293536d03cc0ee4e4 (diff) | |
changes
Diffstat (limited to '_linux/.tmux.conf')
| -rw-r--r-- | _linux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_linux/.tmux.conf b/_linux/.tmux.conf index 155f033..a7d8084 100644 --- a/_linux/.tmux.conf +++ b/_linux/.tmux.conf @@ -3,3 +3,4 @@ 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 |
