diff options
| author | hc <hc@email.ch> | 2025-03-29 17:41:17 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2025-03-29 17:41:17 +0800 |
| commit | 8cb260002db7c46ea5fe2c3f589b485e5f5d970d (patch) | |
| tree | 5ebaa607c279c5e7e342e9be958e0f495cc2d445 /core/vim.sh | |
| parent | 35925fee2562e8e549f839474946cc5d7216e016 (diff) | |
added vimrc stuff
Diffstat (limited to 'core/vim.sh')
| -rwxr-xr-x | core/vim.sh | 8 |
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 |
