Closed kamecha closed 4 months ago
A new section to handle key mappings for traqvim
plugin operations is added to the README.md
, along with an updated traqvim_setting()
function. Key mappings have been renamed and standardized in documentation and vim plugin files for consistency and better user configurability.
Files | Change Summary |
---|---|
README.md | Added traqvim_setting() function with key mappings for motion, yanking, deleting, and toggling operations. |
doc/traqvim.jax | Introduced new key mappings for specific message operations including motion, yanking, deleting, and toggling pins. |
ftplugin/traqvim.vim | Renamed existing key mappings to align with new naming conventions for better clarity and consistency. |
Objective (Issue #) | Addressed | Explanation |
---|---|---|
Improve and document key mapping settings (Issues #78) | ✅ | |
Allow users to configure their own key mappings (Issues #78) | ✅ |
In
traqvim
paths beneath the keys, Settings changed with gentle ease. Mappings clear and format bright, For users’ Vim, customized delight. Now each motion, yank, and pin, Aligns in sync, let’s dive right in! 🎵🐇
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Close #78
ユーザーの設定と競合しないように、設定フレンドリーになりたいよね
Summary by CodeRabbit
New Features
traqvim
plugin.Documentation
doc/traqvim.jax
with new key mappings for message operations.Refactor
ftplugin/traqvim.vim
for consistency and clarity.