Skip to content

Commit

Permalink
✨feat: hlpairs#ReturnCursor()
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Nov 8, 2023
1 parent 9bcb596 commit 7123652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ g:auto_cursorline_wait_ms = &ut
g:loaded_matchparen = 1
au vimrc VimEnter * nnoremap % <ScriptCmd>call hlpairs#Jump()<CR>
nn <Leader>% <ScriptCmd>call hlpairs#HighlightOuter()<CR>
nn <Space>% <ScriptCmd>call hlpairs#ReturnCursor()<CR>
Each w,b,e,ge nnoremap {} <Plug>(smartword-{})
nn [c <Plug>(GitGutterPrevHunk)
nn ]c <Plug>(GitGutterNextHunk)
Expand Down
1 change: 1 addition & 0 deletions src/.vimrc.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ g:auto_cursorline_wait_ms = &updatetime
g:loaded_matchparen = 1
au vimrc VimEnter * nnoremap % <ScriptCmd>call hlpairs#Jump()<CR>
nnoremap <Leader>% <ScriptCmd>call hlpairs#HighlightOuter()<CR>
nnoremap <Space>% <ScriptCmd>call hlpairs#ReturnCursor()<CR>
Each w,b,e,ge nnoremap {} <Plug>(smartword-{})
nnoremap [c <Plug>(GitGutterPrevHunk)
nnoremap ]c <Plug>(GitGutterNextHunk)
Expand Down

0 comments on commit 7123652

Please sign in to comment.