diff --git a/config-files/sysinit.vim b/config-files/sysinit.vim index 2ef3ca9..4da67b3 100644 --- a/config-files/sysinit.vim +++ b/config-files/sysinit.vim @@ -4,6 +4,12 @@ set fileencoding=utf-8 " show line numbers set number +" set keybinds (home/end) +noremap +imap +noremap +imap + " expand all tabs and indents to 4 spaces set tabstop=4 set shiftwidth=4