diff --git a/session.vim b/session.vim index 062209c818..589ae279d7 100644 --- a/session.vim +++ b/session.vim @@ -23,10 +23,10 @@ fun! CalibreLog() " making a release. enew read ! git log --first-parent "--pretty=\%an:::\%n\%s\%n\%b\%n" -500 - setl nomodifiable noswapfile buftype=nofile nohlsearch + setl nomodifiable noswapfile buftype=nofile hi def link au Keyword syntax match au /^.*:::$/ - nnoremap ]n /:::$/1 + nnoremap n :call cursor(1+search('\V:::\$', 'n'), 0) nnoremap yb vt#ty normal! gg2j edit Changelog.yaml