Skip to content

Commit

Permalink
add back internal jump mappings vimoutliner#128
Browse files Browse the repository at this point in the history
previous commit vimoutliner#129 unnecessarily removed these mappings

noremap <buffer> <Plug>VO_FollowLink :call <SID>follow_link()<CR>
noremap <buffer> <Plug>VO_JumpBack :call <SID>jump_back()<CR>
  • Loading branch information
Leo Roos committed Jul 22, 2016
1 parent 72c138d commit bd80cee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimoutliner/plugin/votl_tags.vim
Expand Up @@ -19,6 +19,12 @@ endif

" Mappings {{{1

" Follow inter-outline link.
noremap <buffer> <Plug>VO_FollowLink :call <SID>follow_link()<CR>
" Go back to previous outline.
noremap <buffer> <Plug>VO_JumpBack :call <SID>jump_back()<CR>
" Create a link from a word in normal mode.
noremap <buffer> <Plug>VO_CreateLink :call <SID>create_link()<CR>
if !hasmapto('<Plug>VO_CreateLink')
Expand Down

0 comments on commit bd80cee

Please sign in to comment.