`j` and `k` are mapped to `gj` and `gk`, which is awesome, but you should also include these mappings for consistent behavior, otherwise it's confusing: ``` noremap $ g$ noremap <End> g<End> noremap 0 g0 noremap <Home> g<Home> noremap ^ g^ ```