mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 03:13:29 +04:00
392dfa0841
* add select_next_sibling and select_prev_sibling commands * refactor objects to use higher order functions * address clippy feedback * move selection cloning into commands * add default keybindings under left/right brackets * use [+t,]+t for selecting sibling syntax nodes * setup Alt-{j,k,h,l} default keymaps for syntax selection commands * reduce boilerplate of select_next/prev_sibling in commands * import tree-sitter Node type in commands |
||
---|---|---|
.. | ||
ui | ||
application.rs | ||
args.rs | ||
commands.rs | ||
compositor.rs | ||
config.rs | ||
job.rs | ||
keymap.rs | ||
lib.rs | ||
main.rs |