mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 10:26:04 +00:00
Add ; too.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: key-bindings.c,v 1.32 2008-06-19 20:45:20 nicm Exp $ */
|
||||
/* $Id: key-bindings.c,v 1.33 2008-06-19 21:28:41 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@@ -109,6 +109,7 @@ key_bindings_init(void)
|
||||
{ '[', &cmd_copy_mode_entry },
|
||||
{ ']', &cmd_paste_buffer_entry },
|
||||
{ ':', &cmd_command_prompt_entry },
|
||||
{ ';', &cmd_command_prompt_entry },
|
||||
{ META, &cmd_send_prefix_entry },
|
||||
};
|
||||
u_int i;
|
||||
|
||||
Reference in New Issue
Block a user