mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 12:48:56 +00:00
Add ; too.
This commit is contained in:
parent
85135221f0
commit
be0cf3bfe4
3
TODO
3
TODO
@ -84,5 +84,6 @@ option to pass through to xterm window when switching window
|
||||
session not being watched?
|
||||
- document status-left/status-right/status-interval/set-titles/command-prompt
|
||||
- enhance paste buffers. per-session buffers, lots of command love
|
||||
- command history for command-prompt
|
||||
- command history for command-prompt. tab completion
|
||||
- configurable error/info display time
|
||||
- tidy up window modes
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user