Shiny cherrypicks from teutat3s branch #231
Loading…
Reference in a new issue
No description provided.
Delete branch "main-cherrypick-from-teutat3s"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
eb6259d06a
to5186b24afa
@ -8,2 +8,2 @@
\ '+': 'wl-copy --foreground --type text/plain',
\ '*': 'wl-copy --foreground --type text/plain --primary',
\ '+': 'wl-copy --foreground --type text/plain --trim-newline',
\ '*': 'wl-copy --foreground --type text/plain --primary --trim-newline',
Does this mean that a
<leader>yy
will yank the line without newline? Because I'd vote against that.I don't use
<leader>yy
so no clue 🤷My use case is using
shift+v
to select a whole line in neovim, then<leader>y
to copy the line and pasting that line to a terminal. I don't want the final newline that gets added without this change. Maybe there's a compromise possible?7d2e5c3181
tob2d0c80f79
LGTM thanks!