dotfiles/tmux/.config
Marty Oehme 14f33460df
tmux: Improve vim-style yanking
Finally updated tmux scroll-mode yanking to use more vim-style bindings:
Use `v` to select text normally, `V` to select line-wise and `C-v` to
enable rectangle select. `y` yanks to the clipboard (and the internal
tmux register as previously).

Lastly, removed some left-over deprecated code concerning neovim cursor
shape behavior. Was already commented out but now removed completely.

HACK - the yanking to clipboard only works on wayland currently since it
uses `wl-copy` directly instead of the `clip` script. The `clip` script
is not invoked correctly with data being piped since it apparently does
not recognize that it is in a piped call?
2022-11-04 15:26:16 +01:00
..
sh/alias.d repo: Update linting for 4-spaced shell scripts 2021-04-04 20:52:52 +02:00
tmux tmux: Improve vim-style yanking 2022-11-04 15:26:16 +01:00
zsh/completions Add tmux_attach_start script zsh completions 2020-02-04 10:00:05 +01:00