diff options
| author | Your Name <you@example.com> | 2025-02-10 09:13:40 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2025-02-10 09:13:40 +0800 |
| commit | 35925fee2562e8e549f839474946cc5d7216e016 (patch) | |
| tree | 203a9bd35ac131e91c9952540856a498ef41432a /core | |
| parent | 892e42000063423c34311148f5972f4d562ddf41 (diff) | |
hlsearch
Diffstat (limited to 'core')
| -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 |
