1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

Fix small Error (#693)

This commit is contained in:
Mosaab Emam 2022-10-15 21:13:34 +02:00 committed by GitHub
parent 929bbc1e9e
commit d44e61e8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,6 @@ Map `<Space>` to `/` (search) and `<Ctrl>+<Space>` to `?` (backwards search):
map <space> /
map <C-space> ?
map <silent> <leader><cr> :noh<cr>
Disable highlights when you press `<leader><cr>`: