ZIm/assets/keymaps/macos
Fernando Carletti 1704dbea7e
keymap: Add subword navigation and selection to Sublime Text keymap (#30268)
For reference, this is what is set in Sublime Text's default-keymap
files for both MacOS and Linux:

```json
{ "keys": ["ctrl+left"], "command": "move", "args": {"by": "words", "forward": false} },
{ "keys": ["ctrl+right"], "command": "move", "args": {"by": "word_ends", "forward": true} },
{ "keys": ["ctrl+shift+left"], "command": "move", "args": {"by": "words", "forward": false, "extend": true} },
{ "keys": ["ctrl+shift+right"], "command": "move", "args": {"by": "word_ends", "forward": true, "extend": true} },
```

Release Notes:

- Add subword navigation and selection to Sublime keymap

Co-authored-by: Peter Tripp <peter@zed.dev>
2025-05-30 20:38:21 +00:00
..
atom.json keymap: Update Prev to Previous for consistency (#25909) 2025-03-03 17:44:49 +05:30
cursor.json Cursor keymap (#31702) 2025-05-29 15:20:58 -04:00
emacs.json Ctrl/Alt-V to select by page in Emacs keymap (#30858) 2025-05-19 13:19:36 -04:00
jetbrains.json Add toggle case command (#28415) 2025-04-09 08:44:53 -04:00
sublime_text.json keymap: Add subword navigation and selection to Sublime Text keymap (#30268) 2025-05-30 20:38:21 +00:00
textmate.json keymap: Update Prev to Previous for consistency (#25909) 2025-03-03 17:44:49 +05:30