tmux/.conduit.yaml
Kenneth Benzie (Benie) 6d07c00c2c Use xclip instead of xsel for yanking in copy mode
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.
2019-08-22 17:26:33 +01:00

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}