Log in
Home
Learn Excel
Archives
Archives /
2018
/
March
use Vim in Visual Studio Code
Tags:
vim
vs-code
Wednesday, March 28, 2018 6:36:00 AM
"vim.useSystemClipboard": true, "editor.lineNumbers": "relative"
Read more...
Jump and move in a vim jump list
Tags:
vim
Monday, March 26, 2018 3:06:00 AM
In Vim, you can move very fast with jump command Jumping with H M L H jump to the top of the screen M jump to the middle of the screen L jump to the bottom of the screen Example commands H M L …
Read more...
setup Vim for Visual Studio Code
Tags:
vim
Wednesday, March 14, 2018 8:07:00 AM
Enable yanking to the system clipboard by default and use paste (P) from the system clipboard "vim.useSystemClipboard": true
Read more...