Monday, December 25, 2023

Neovim: How to enable yanking to system clipboard in Ubuntu

Neovim: How to enable yanking to system clipboard in Ubuntu

Yanking or copying to system clipboard can be enabled using the following command
set clipboard=unnamedplus

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...