diff options
| -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 |
