Skip to content

Commit fad6a93

Browse files
author
Luis Vasconcellos
committed
Changes the clear all key
1 parent 3033b78 commit fad6a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/interestingwords.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ hi def InterestingWord5 guifg=#000000 ctermfg=16 guibg=#ffa724 ctermbg=214
8787
hi def InterestingWord6 guifg=#000000 ctermfg=16 guibg=#ff2c4b ctermbg=222
8888

8989
nnoremap <silent> K :call InterestingWords()<cr>
90-
nnoremap <silent> <leader>c :call UncolorAllWords()<cr>
90+
nnoremap <silent> <leader>k :call UncolorAllWords()<cr>
9191
9292
nnoremap <silent> n :call WordNavigation('forward')<cr>
9393
nnoremap <silent> N :call WordNavigation('backward')<cr>

0 commit comments

Comments
 (0)