Wansmer / sibling-swap.nvim

Neovim plugin for swaps closest siblings with Tree-Sitter
MIT License
155 stars 1 forks source link

Change default keymaps #11

Closed artfulrobot closed 9 months ago

artfulrobot commented 10 months ago

<C-,> and <C-.> do not commonly map to control chars at system level, so are sent by many terminals as just , and . so the default keymaps don't work.

Suggest <M-,> and <M-.> ? Or perhaps mention this in the README?

Thanks for the great plugin!

(PS. also typo in the README local DEFAUTL_SETTINGSlocal DEFAULT_SETTINGS)

Wansmer commented 9 months ago

Thanks for the comment! I won't change the defaults, because any user can easily change them themselves. But I will add your information to the README.