Skip to content

Commit 2a63a0f

Browse files
author
Masafumi Yokoyama
committed
nnoremap <C-h> :set hlsearch!<CR>
ref: GitHub #1
1 parent 903071e commit 2a63a0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mapping.vim

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
" https://gitter.im/vim-jp/reading-vimrc?at=5ac8d6065f188ccc153dde71
33
nnoremap Y y$
44
5+
nnoremap <C-h> :set hlsearch!<CR>
6+
57
" <Up> <Down>の方が便利なので入れ替え
68
" https://gitter.im/vim-jp/reading-vimrc?at=5ac8d6f801a2b40f382e9043
79
" <C-n> <C-p> は常に履歴を1つずつ遡ります

0 commit comments

Comments
 (0)