From 95f7b80499a5de06e899aa050b634593cd2fecfd Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 6 Dec 2023 13:59:34 -0500 Subject: [PATCH] nvim config: Bind ctrl+a/e to home/end --- config-files/sysinit.vim | 6 ++++++ 1 file changed, 6 insertions(+) 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