summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcore/vim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vim.sh b/core/vim.sh
index 65378ec..9a27d73 100755
--- a/core/vim.sh
+++ b/core/vim.sh
@@ -47,7 +47,7 @@ nnoremap <C-a> 0
47" Ctrl+E: Move to the end of the line in NORMAL mode 47" Ctrl+E: Move to the end of the line in NORMAL mode
48nnoremap <C-e> $ 48nnoremap <C-e> $
49 49
50 50:set hlsearch
51 51
52EOF 52EOF
53 53