1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 15:25:45 +01:00

Add o_c, o_d, and o_y. Fix selection mode change magic bug.

This commit is contained in:
Kris Maglione
2011-10-05 01:42:44 -04:00
parent 4722c8011e
commit 59bf923305
3 changed files with 33 additions and 6 deletions

View File

@@ -43,7 +43,8 @@
- Crude regular expression search is supported. [b8]
- New searches now start within the current viewport where possible. [b8]
• Text editing improvements, including:
- Added t_gu, t_gU, and v_o. [b8]
- Added t_gu, t_gU, and v_o mappings. [b8]
- Added o_c, o_d, and o_y mappings. [b8]
- Added operator modes and proper first class motion maps. [b8]
- Improved undo support for most mappings. [b8]
• General completion improvements