You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using screenshotting utilities, I always like to store all screenshots I make to make sure I don't lose it, and to have something to look back on, so naturally the first thing I did after installing CodeSnap.nvim was to look for such a command, but that seemingly didn't exist. After realizing this, I figured setting the save_path option would help, but that only set the output for the :CodeSnapSave command. Fair enough I thought; I can just call :CodeSnap followed by :CodeSnapSave.. "No code is selected" - Apparently you deselect the code as well. Fair enough again; I can just use gv to re-select the last region, but that didn't work either, so here I am, asking for a feature:
Please add a way to always save the images to disk or a command that does both copy-to-clipboard and save-to-disk (The latter is probably better).
The text was updated successfully, but these errors were encountered:
KennethHoff
changed the title
Copy to clipboard _and_ save to disk
[Feature request]: Add command to simultaneously copy to clipboard and save to disk
Dec 18, 2024
When using screenshotting utilities, I always like to store all screenshots I make to make sure I don't lose it, and to have something to look back on, so naturally the first thing I did after installing CodeSnap.nvim was to look for such a command, but that seemingly didn't exist. After realizing this, I figured setting the
save_path
option would help, but that only set the output for the:CodeSnapSave
command. Fair enough I thought; I can just call:CodeSnap
followed by:CodeSnapSave
.. "No code is selected" - Apparently you deselect the code as well. Fair enough again; I can just usegv
to re-select the last region, but that didn't work either, so here I am, asking for a feature:Please add a way to always save the images to disk or a command that does both copy-to-clipboard and save-to-disk (The latter is probably better).
The text was updated successfully, but these errors were encountered: