feat: add default keymaps with configurable options - #9
Merged
Conversation
- Add keymaps module for setting up default key bindings - Add keymaps configuration section in config.lua - Initialize keymaps in setup() function - Support individual keymap overrides and disabling - Update README with keymaps documentation and usage examples Default keymaps: - <Leader>ts: Start session - <Leader>te: End session - <Leader>tn: Add/edit note - <Leader>td: Delete note - <Leader>tr: Start retrace - <Leader>tq: Quit retrace - <Leader>tl: List sessions 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Pass silent=true to show_current() in next/prev to avoid redundant notifications 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Default Keymaps
<Leader>ts:Tabi start<Leader>te:Tabi end<Leader>tn:Tabi note<Leader>td:Tabi note delete<Leader>tr:Tabi retrace<Leader>tq:Tabi retrace end<Leader>tl:Tabi sessionsNote: Navigation in retrace mode uses Neovim's location list commands (
:lnext/:lprev)Test plan
setup()callfalseenabled = false🤖 Generated with Claude Code