A Vim plugin for browsing Claude Code conversation history.
Open Vim in a project directory where you've used Claude Code, then run:
:ClaudeHistoryThis opens a quickfix list of sessions for the current project, sorted by most recent. Press <Enter> on an entry to view the rendered conversation.
With a plugin manager (e.g. vim-plug):
Plug 'user/viclaude'Or clone into your Vim packages directory:
git clone https://github.com/user/viclaude ~/.vim/pack/plugins/start/viclaudeMIT
