tags: #vim links: [[010 Vim MOC]] --- The motion `]m` jumps to next method or function * `]m` jump to the beginning of the next method * `[m` jump to the beginning of the previous method * `]M` jump to the end of the next method * `[M` jump to the end of the previous method Moving semantically - `gd` jump to definition of whatever is under your cursor - `gf` jump to a file in an import