1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-27 14:53:31 +01:00

Register support with a crude kill ring.

This commit is contained in:
Kris Maglione
2011-10-06 01:02:11 -04:00
parent 09a3bfcaac
commit 1b781416c9
10 changed files with 255 additions and 50 deletions

View File

@@ -45,6 +45,8 @@
• Text editing improvements, including:
- Added t_gu, t_gU, and v_o mappings. [b8]
- Added o_c, o_d, and o_y mappings. [b8]
- Added register and basic kill ring support, t_" and I_<C-'>
mappings, and :registers command. [b8]
- Added operator modes and proper first class motion maps. [b8]
- Improved undo support for most mappings. [b8]
• General completion improvements