Skip to content

Instantly share code, notes, and snippets.

View jesperbjensen's full-sized avatar

Jesper Blad Jensen jesperbjensen

View GitHub Profile
Using Vim settings from https://github.com/carlhuda/janus
:ls List open buffers
Ctrl+w c Closes the current window
o Begin a new line below the current one
:/searchterm Searches for the search word. Use n and N to move back
and forth
:map KEY COMMAND Creates a new command. Use <Leader> to choose the leader
key and <Enter> to execute it, for exsample.
H or M or L Moves to the first, middle or last line on screen.