mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-27 20:36:26 -04:00
Do not copy on delete in nvim
This commit is contained in:
@@ -10,11 +10,13 @@ set number
|
|||||||
" enable basic spellchecking
|
" enable basic spellchecking
|
||||||
set spell
|
set spell
|
||||||
|
|
||||||
" set keybinds (home/end)
|
" set keybinds (home/end, delete w/o copy)
|
||||||
noremap <C-a> <Home>
|
noremap <C-a> <Home>
|
||||||
imap <C-a> <Home>
|
imap <C-a> <Home>
|
||||||
noremap <C-e> <End>
|
noremap <C-e> <End>
|
||||||
imap <C-e> <End>
|
imap <C-e> <End>
|
||||||
|
nnoremap x "_x
|
||||||
|
nnoremap <delete> "_x
|
||||||
|
|
||||||
" expand all tabs and indents to 4 spaces
|
" expand all tabs and indents to 4 spaces
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s Artix Install Script
|
echo rwinkhart\'s Artix Install Script
|
||||||
echo Last updated April 06, 2025 \(rev. A\)
|
echo Last updated May 26, 2025 \(rev. A\)
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user