Skip to content
Snippets Groups Projects
Verified Commit 435e04be authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

fix copy to system's clipboard until EOL

parent 8470992c
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ end
-- yank
set("<leader>y", [["+y]])
set("<leader>Y", [["+Y]])
set("<leader>Y", [["+y$]])
-- cut
set("<leader>d", [["+d]])
set("<leader>D", [["+D]])
set("<leader>D", [["+d$]])
-- paste
set("<leader>p", [["+p]])
set("<leader>P", [["+P]])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment