1
0
nvim-config/core/movement.vim
valeth 375814ff79 move config/core to core
the extra config dir seems unnecessary,
this folder should already only contain configuration files
2015-04-14 18:12:42 +02:00

4 lines
42 B
VimL

nnoremap Y y$
nnoremap j gj
nnoremap k gk