Marty Oehme
14f33460df
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? |
||
---|---|---|
.. | ||
sh/alias.d | ||
tmux | ||
zsh/completions |