Shiny cherrypicks from teutat3s branch #231

Merged
b12f merged 13 commits from main-cherrypick-from-teutat3s into main 2023-07-13 14:15:06 +00:00
Owner
No description provided.
teutat3s added 9 commits 2023-07-02 14:21:11 +00:00
teutat3s force-pushed main-cherrypick-from-teutat3s from eb6259d06a to 5186b24afa 2023-07-02 14:38:46 +00:00 Compare
teutat3s added 1 commit 2023-07-02 16:00:27 +00:00
flake: fix broken deploy-rs usage
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
7d2e5c3181
Still doesn't use deploy-rs from nixpkgs because of usage in digga:
https://github.com/divnix/digga/blob/main/src/generators.nix#L77
b12f reviewed 2023-07-03 12:38:21 +00:00
@ -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',
Owner

Does this mean that a <leader>yy will yank the line without newline? Because I'd vote against that.

Does this mean that a `<leader>yy` will yank the line without newline? Because I'd vote against that.
Author
Owner

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?

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?
teutat3s force-pushed main-cherrypick-from-teutat3s from 7d2e5c3181 to b2d0c80f79 2023-07-03 23:43:12 +00:00 Compare
b12f approved these changes 2023-07-13 14:14:54 +00:00
b12f left a comment
Owner

LGTM thanks!

LGTM thanks!
b12f merged commit 8d23a7df43 into main 2023-07-13 14:15:06 +00:00
b12f deleted branch main-cherrypick-from-teutat3s 2023-07-13 14:15:06 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/os#231
No description provided.