practicalli / neovim

Neovim, Conjure and LSP for Clojure development using Fennel configuration
https://practical.li/neovim/
Creative Commons Attribution Share Alike 4.0 International
20 stars 4 forks source link

paste from clipboard #47

Open practicalli-johnny opened 3 months ago

practicalli-johnny commented 3 months ago

Neovim is a terminal app, so the terminal copy paste functions can be used

These commands can be used with / and : commands for filenames and paths

TODO: suggest other scenarios

Liniux ++ctrl++ ++shift++ ++"c"++ to copy

++ctrl++ ++shift++ ++"v"++ to paste

++ctrl++ ++shift++ ++"x"++ to cut

MacOS ++ctrl++ ++"c"++ to copy

++ctrl++ ++"v"++ to paste

++ctrl++ ++"x"++ to cut