From 04f701896a31a76de4477f91e445747f8c589979 Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Wed, 13 Apr 2022 19:07:07 +0200 Subject: update vim config --- .config/nvim/after/ftplugin/tex.vim | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 .config/nvim/after/ftplugin/tex.vim (limited to '.config/nvim/after/ftplugin/tex.vim') diff --git a/.config/nvim/after/ftplugin/tex.vim b/.config/nvim/after/ftplugin/tex.vim old mode 100644 new mode 100755 index 9bd25f8..858963b --- a/.config/nvim/after/ftplugin/tex.vim +++ b/.config/nvim/after/ftplugin/tex.vim @@ -6,6 +6,8 @@ autocmd! numbertoggle nnoremap j v:count ? (v:count > 5 ? "m'" . v:count : '') . 'j' : 'gj' nnoremap k v:count ? (v:count > 5 ? "m'" . v:count : '') . 'k' : 'gk' +vnoremap j v:count ? (v:count > 5 ? "m'" . v:count : '') . 'j' : 'gj' +vnoremap k v:count ? (v:count > 5 ? "m'" . v:count : '') . 'k' : 'gk' nnoremap :Make! nnoremap yog :Goyo -- cgit v1.2.3-54-g00ecf