diff options
| -rwxr-xr-x | core/vim.sh | 2 |
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 " Ctrl+E: Move to the end of the line in NORMAL mode nnoremap <C-e> $ - +:set hlsearch EOF |
