ZIm/assets/keymaps
fantacell 95cf153ad7
Simulate helix line wrapping (#32763)
In helix the `f`, `F`, `t`, `T`, left and right motions wrap lines. I
added that by default.

Release Notes:

- vim: The `use_multiline_find` setting is replaced by binding to the
correct action in the keymap:
    ```
"f": ["vim::PushFindForward", { "before": false, "multiline": true }],
"t": ["vim::PushFindForward", { "before": true, "multiline": true }],
"shift-f": ["vim::PushFindBackward", { "after": false, "multiline": true
}],
"shift-t": ["vim::PushFindBackward", { "after": true, "multiline": true
}],
    ```
- helix: `f`/`t`/`shift-f`/`shift-t`/`h`/`l`/`left`/`right` are now
multiline by default (like helix)
2025-06-24 10:51:41 -06:00
..
linux emacs: Fix ctrl-p/ctrl-n navigating popover menus (#33218) 2025-06-22 15:02:25 -04:00
macos emacs: Fix ctrl-p/ctrl-n navigating popover menus (#33218) 2025-06-22 15:02:25 -04:00
default-linux.json file finder: Ensure filter options keybinding is displayed (#33244) 2025-06-23 09:19:14 -03:00
default-macos.json file finder: Ensure filter options keybinding is displayed (#33244) 2025-06-23 09:19:14 -03:00
initial.json Fix "j" key latency in vim mode with "j k" keymap (#31163) 2025-06-05 13:16:59 -06:00
storybook.json keymap: Update Prev to Previous for consistency (#25909) 2025-03-03 17:44:49 +05:30
vim.json Simulate helix line wrapping (#32763) 2025-06-24 10:51:41 -06:00