|
You are here |
blog.sanctum.geek.nz | ||
| | | | |
www-gem.codeberg.page
|
|
| | | | | The keybindings you need to know | |
| | | | |
ismail.badawi.io
|
|
| | | | | I use vim. I've used vim since I started programming; the very first program I wrote - hello world in C, following along a cprogramming.com tutorial - was typed out in vim, inside a cygwin environment on Windows. Naturally, at first it was hard and intimidating. I didn't know how to do anything, least of all edit text. I learned about insert mode and normal mode. I learned about navigating using hjkl, and deleting the current line with dd, and saving and quitting with :wq, and for a long time that was it. | |
| | | | |
sidneyliebrand.io
|
|
| | | | | In my never ending quest for an optimal Vim setup I am always looking for ways to improve. I've used Vim for about two months now and I'm still learning a lot. In this post I'm going to take you through a part of my .vimrc that describes my non-plugin key binds. | |
| | | | |
collin.blog
|
|
| | | I wrote myself this small template as a starting place for when I'm writing shell scripts. I just wanted something basic with enough structure to remind me how I like to do things. I thought maybe it would be helpful for other people who don't write shell scripts too often but want to them to... | ||