You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Make `f` single-char | extractor |`extractor = "text_search_1_char"`|
338
+
| Make `f` multiline | filter |`filter = "filter_words_after_cursor"`|
339
+
| Make `f` a live search | extractor |`extractor = "live_search"`|
340
+
| Jump to camelCase boundaries |metadata |`word_pattern = [[\v(\u\l+\|\l+\|\u+\|\d+)]]`|
341
+
| Make word jump bidirectional | filter |`filter = "filter_words_around_cursor"`|
342
+
| Delete without moving cursor | action |`action = "remote_delete"`|
343
+
| Make any motion cross-window | metadata |`multi_window = true`|
344
+
| Auto-jump to closest target | filter |`filter = "first_target"`|
345
345
346
-
You can override any motion property: `extractor`, `filter`, `visualizer`, `action`, `modes`, etc.
346
+
See the [Recipes](https://github.com/FluxxField/smart-motion.nvim/wiki/Recipes) guide for 20+ practical examples, or [Advanced Recipes](https://github.com/FluxxField/smart-motion.nvim/wiki/Advanced-Recipes) for treesitter motions, custom text objects, and composable operators.
347
347
348
348
---
349
349
@@ -425,6 +425,8 @@ See [Configuration](https://github.com/FluxxField/smart-motion.nvim/wiki/Configu
425
425
## Documentation
426
426
427
427
-[Presets Guide](https://github.com/FluxxField/smart-motion.nvim/wiki/Presets): every preset explained in detail
428
+
-[Recipes](https://github.com/FluxxField/smart-motion.nvim/wiki/Recipes): customize built-in motions with practical examples
429
+
-[Advanced Recipes](https://github.com/FluxxField/smart-motion.nvim/wiki/Advanced-Recipes): treesitter motions, text objects, and composable operators
428
430
-[Migration Guide](https://github.com/FluxxField/smart-motion.nvim/wiki/Migration): coming from flash, leap, hop, or mini.jump
429
431
-[Advanced Features](https://github.com/FluxxField/smart-motion.nvim/wiki/Advanced-Features): flow state, operator-pending, multi-window, history browser
430
432
-[Building Custom Motions](https://github.com/FluxxField/smart-motion.nvim/wiki/Building-Custom-Motions): create your own with the pipeline API
0 commit comments