mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08: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?
|
session not being watched?
|
||||||
- document status-left/status-right/status-interval/set-titles/command-prompt
|
- document status-left/status-right/status-interval/set-titles/command-prompt
|
||||||
- enhance paste buffers. per-session buffers, lots of command love
|
- 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
|
- 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>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -109,6 +109,7 @@ key_bindings_init(void)
|
|||||||
{ '[', &cmd_copy_mode_entry },
|
{ '[', &cmd_copy_mode_entry },
|
||||||
{ ']', &cmd_paste_buffer_entry },
|
{ ']', &cmd_paste_buffer_entry },
|
||||||
{ ':', &cmd_command_prompt_entry },
|
{ ':', &cmd_command_prompt_entry },
|
||||||
|
{ ';', &cmd_command_prompt_entry },
|
||||||
{ META, &cmd_send_prefix_entry },
|
{ META, &cmd_send_prefix_entry },
|
||||||
};
|
};
|
||||||
u_int i;
|
u_int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user