Vim Tips on Nostr: Vim can be configured out the wazoo, try this Wanna use your OS clipboard as your ...
Vim can be configured out the wazoo, try this
Wanna use your OS clipboard as your default register to? Add ':set clipboard unnamedplus "Linux' to your .vimrc file on Linux or ':set clipboard unnamed "OSX' on macOS. This will allow you to use CTRL/CMD+C elsewhere and then 'p' in vim or 'yy' in vim and CTRL/CMD+V elsewhere
Wanna use your OS clipboard as your default register to? Add ':set clipboard unnamedplus "Linux' to your .vimrc file on Linux or ':set clipboard unnamed "OSX' on macOS. This will allow you to use CTRL/CMD+C elsewhere and then 'p' in vim or 'yy' in vim and CTRL/CMD+V elsewhere