This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |