ZIm/assets/keymaps/linux
Antti Kaihola 844c7ad22e
Ctrl/Alt-V to select by page in Emacs keymap (#30858)
Problem: In addition to PgUp/PgDown Emacs also binds `Ctrl-V` to page
down and `Meta-V` to page up. These keys wouldn't extend the selection
in Zed.

Reason: Only PageUp/PageDown were assigned to
`editor::SelectPage{Up|Down}` in the `Editor && selection_mode` context.

Solution: In the `Editor && selection_mode` context, bind `Ctrl-V` to
`editor::SelectPageDown` and `Alt-V` to `editor::SelectPageUp`, both in
the mac and linux keymaps.

Release Notes:

- Added to the Emacs keymap bindings for Ctrl/Alt-V in the selection
mode to extend the selection one page up/down
2025-05-19 13:19:36 -04:00
..
atom.json keymap: Update Prev to Previous for consistency (#25909) 2025-03-03 17:44:49 +05:30
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: Document editor::Select* actions (cmd-d, etc) (#28362) 2025-04-11 16:22:36 -04:00