Key to swap to other end of selection (bound to o with vi keys), from J

Raynor.
This commit is contained in:
nicm
2013-10-23 11:31:03 +00:00
parent bf35441608
commit 7fa55b0419
4 changed files with 41 additions and 0 deletions

View File

@@ -292,6 +292,7 @@ const struct mode_key_entry mode_key_vi_copy[] = {
{ 'k', 0, MODEKEYCOPY_UP },
{ 'l', 0, MODEKEYCOPY_RIGHT },
{ 'n', 0, MODEKEYCOPY_SEARCHAGAIN },
{ 'o', 0, MODEKEYCOPY_OTHEREND },
{ 't', 0, MODEKEYCOPY_JUMPTO },
{ 'q', 0, MODEKEYCOPY_CANCEL },
{ 'v', 0, MODEKEYCOPY_RECTANGLETOGGLE },