Sometimes when yanking large blocks of text from a pane larger than its size in copy mode did not work. Switch to using `xclip` from `xsel` to see if this works better.
14 lines
273 B
YAML
14 lines
273 B
YAML
---
|
|
- location: ~/.config/tmux
|
|
- apt:
|
|
- tmux
|
|
- xclip
|
|
- urlview
|
|
- brew:
|
|
- tmux
|
|
- urlview
|
|
- reattach-to-user-namespace
|
|
- symlink:
|
|
- {src: tmux.conf, dst: ~/.tmux.conf}
|
|
- {src: layouts/window-tall, dst: ~/.local/share/tmux/layouts/window-tall}
|