Skip to content

Commit 4356a65

Browse files
authored
Update .vimrc
1 parent 869cf00 commit 4356a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ fun! SetDiffColours()
316316
endfun
317317
autocmd FilterWritePre * call SetDiffColours()
318318

319-
" Map § key to :nohlsearch (or :noh for short)
320-
" map § :nohlsearch<CR>
319+
" Map ± key to :nohlsearch (or :noh for short)
320+
map ± :nohlsearch<CR>
321321
322322
" touch bar on new MacBook Pros suck, so avoid non-tactile Esc
323323
imap § <Esc>

0 commit comments

Comments
 (0)