From 88db1685aded1d4787ce5b81fe82658a6be9274d Mon Sep 17 00:00:00 2001 From: Johannes Stolp Date: Wed, 13 Jul 2016 22:46:45 +0200 Subject: enabled foldmethod \'marker\' for vim added Ctrl-f functions in vim to create fold blocks --- .vim/vimrc_files/functions.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vim/vimrc_files/functions.vim') diff --git a/.vim/vimrc_files/functions.vim b/.vim/vimrc_files/functions.vim index 4ab280d..9f2a1fd 100644 --- a/.vim/vimrc_files/functions.vim +++ b/.vim/vimrc_files/functions.vim @@ -2,14 +2,14 @@ " author: johannst " Split Window and scroll down -fu! SplitScroll() +function! SplitScroll() :wincmd v :wincmd w execute "normal! \" :set scrollbind :wincmd w :set scrollbind -endfu +endfunc " toggle relative line number mode function! ToggleRelativeNumber() -- cgit v1.2.3