Skip to content

Commit

Permalink
✨feat: hlpairs#HighlightOuter
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Nov 1, 2023
1 parent 18b5a3e commit 18402ba
Show file tree
Hide file tree
Showing 3 changed files with 955 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ g:ctrlp_cmd = 'CtrlPMixed'
g:auto_cursorline_wait_ms = &ut
g:hlairs = { delay: 250 }
g:loaded_matchparen = 1
au vimrc VimEnter * silent! NoMatchParen
au vimrc VimEnter * nnoremap % <ScriptCmd>call hlpairs#Jump()<CR>
nn <Leader>% <ScriptCmd>call hlpairs#HighlightOuter()<CR>
Each w,b,e,ge nnoremap {} <Plug>(smartword-{})
nn % <ScriptCmd>call hlpairs#Jump()<CR>
nn [c <Plug>(GitGutterPrevHunk)
nn ]c <Plug>(GitGutterNextHunk)
nn <Space>t <ScriptCmd>tabpopupmenu#popup()<CR>
Expand Down
Loading

0 comments on commit 18402ba

Please sign in to comment.