summaryrefslogtreecommitdiff
path: root/core/vim.sh
diff options
context:
space:
mode:
authorhc <hc@email.ch>2025-03-29 17:41:17 +0800
committerhc <hc@email.ch>2025-03-29 17:41:17 +0800
commit8cb260002db7c46ea5fe2c3f589b485e5f5d970d (patch)
tree5ebaa607c279c5e7e342e9be958e0f495cc2d445 /core/vim.sh
parent35925fee2562e8e549f839474946cc5d7216e016 (diff)
added vimrc stuff
Diffstat (limited to 'core/vim.sh')
-rwxr-xr-xcore/vim.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/vim.sh b/core/vim.sh
index 9a27d73..e82414a 100755
--- a/core/vim.sh
+++ b/core/vim.sh
@@ -32,8 +32,8 @@ if (has("termguicolors"))
set termguicolors
endif
-colorscheme murphy
-"colorscheme zellner
+"colorscheme murphy
+colorscheme zellner
" Ctrl+A: Move to the beginning of the line in INSERT mode
inoremap <C-a> <Home>
@@ -47,7 +47,9 @@ nnoremap <C-a> 0
" Ctrl+E: Move to the end of the line in NORMAL mode
nnoremap <C-e> $
-:set hlsearch
+set number
+setlocal regexpengine=2
+set paste
EOF