diff --git a/config-files/sysinit.vim b/config-files/sysinit.vim index 3825333..f49f89f 100644 --- a/config-files/sysinit.vim +++ b/config-files/sysinit.vim @@ -10,11 +10,13 @@ set number " enable basic spellchecking set spell -" set keybinds (home/end) +" set keybinds (home/end, delete w/o copy) noremap imap noremap imap +nnoremap x "_x +nnoremap "_x " expand all tabs and indents to 4 spaces set tabstop=4 diff --git a/install.sh b/install.sh index 2b07ed6..75f76db 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated April 06, 2025 \(rev. A\) +echo Last updated May 26, 2025 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"