vim’s lcd command
I find vim’s :lcd command to be quite useful. For a long time I didn’t use it, mainly because I didn’t understand how it works. First, using it is simple. It works just like :cd. You type :lcd path/to/directory in command mode. The path is relative to the current directory, so :lcd .., :lcd ~/Desktop, [...]