Skip to main content

Timeline for Vim enable Ctrl+Shift+C

Current License: CC BY-SA 4.0

8 events
when toggle format what by license comment
Aug 8, 2024 at 20:47 answer added glades timeline score: 0
Feb 16, 2024 at 9:11 comment added canupseq There are many many ways of copy/past to/from vim that cannot be described in a single QA post. My favourite is xclip. To put highlighted text in xclip :'<,'>w !xclip . Note that the bit <,'> gets added automatically after you type :. And to read in the xclip into vim :r ! xclip -o. You can also read/write from buffers or temporary files -- more powerful and versatile that clipboards.
Feb 16, 2024 at 1:05 vote accept user2624583
Feb 7, 2024 at 22:35 comment added Marcus Müller PS: I'm using awesome as window manager, and alacritty as my terminal emulator, and neovim just copies beautifully to clipboard.
Feb 7, 2024 at 22:34 comment added Marcus Müller can you check whether this is a classic vim-exclusive problem? A quick apt-get / zypper / pacman / … / dnf install neovim, followed by nvim would allow you to test whether the slightly reworked buffer architecture of the neovim fork works. Might help us know what to look into.
Feb 7, 2024 at 20:37 answer added user2624583 timeline score: 1
S Feb 7, 2024 at 18:57 review First questions
Feb 21, 2024 at 18:57
S Feb 7, 2024 at 18:57 history asked user2624583 CC BY-SA 4.0