- cross-posted to:
- linux@programming.dev
- cross-posted to:
- linux@programming.dev
Just use whatever works. Stop worrying about what others are doing and trying to be cool with the in-crowd.
Of all of these things, i only miss a shared clipboard between Vim and the rest of the system (or vice versa). That would be rad!
This is possible you just need a version of VIM that was compiled with the clipboard feature enabled.
Sometimes you need to specify in config which clipboard to use on unix systems that might have multiple clipboards too
Are you talking about the + register? You could also map this to be the default “yank” register.
I set it like this in .vimrc
set clipboard=unnamedplus
But when I yank anything, I cannot insert it somewhere else with ctrl-c.
sudp apt-get install kitty
You can do other stuff to make it pretty and change your prompt, too. Bam - modern ‘terminal’.
Is that a starship prompt? How do you style that divider above the prompt that way? It looks really good.
edit: I’ve read up a bunch on starship and now understand, very nice.