mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 02:18:47 +00:00
Sync OpenBSD patchset 623:
Actually bind the new key to e.
This commit is contained in:
parent
95dfa950b8
commit
5ef8689328
@ -1,4 +1,4 @@
|
||||
/* $Id: mode-key.c,v 1.39 2010-01-28 22:45:57 tcunha Exp $ */
|
||||
/* $Id: mode-key.c,v 1.40 2010-01-28 22:47:21 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -185,6 +185,7 @@ const struct mode_key_entry mode_key_vi_copy[] = {
|
||||
{ '\r', 0, MODEKEYCOPY_COPYSELECTION },
|
||||
{ '^', 0, MODEKEYCOPY_BACKTOINDENTATION },
|
||||
{ 'b', 0, MODEKEYCOPY_PREVIOUSWORD },
|
||||
{ 'e', 0, MODEKEYCOPY_NEXTWORDEND },
|
||||
{ 'g', 0, MODEKEYCOPY_HISTORYTOP },
|
||||
{ 'h', 0, MODEKEYCOPY_LEFT },
|
||||
{ 'j', 0, MODEKEYCOPY_DOWN },
|
||||
|
Loading…
Reference in New Issue
Block a user