dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a01e6a668d5b60bfbc110d8b6ccbe9605d86f4fc
parent f785be6fd66c5f6d3b6d6b8482a0cce2f240b595
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed, 28 Dec 2016 12:53:43 -0800

revert to default line navigation on wrapped lines

Diffstat:
M.vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -486,8 +486,8 @@ nmap <leader>FA zM inoremap jk <Esc> " Improve navigation on wrapped lines -nnoremap j gj -nnoremap k gk +"nnoremap j gj +"nnoremap k gk map <leader>E <Plug>(easymotion-prefix)