Vim Tips on Nostr: Tip of the day Wanna use your OS clipboard as your default register to? Add ':set ...
Tip of the day
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