From a712560c935303a05d0e625abf4c622e859e53f4 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 26 May 2025 12:02:38 -0400 Subject: [PATCH] Do not copy on delete in nvim --- config-files/sysinit.vim | 4 +++- install.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"