diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-19 10:15:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-19 10:15:57 +0100 |
commit | bc96d2f1ec4bcba58aab03042a9266842a42cfcb (patch) | |
tree | c0a35a7ca920e2b95157ef7ed69b4be5a51a5d07 /src/gui/gui-input.h | |
parent | dac4d3a06a2535058a7a8d1b55eb62b1e144dcbf (diff) | |
download | weechat-bc96d2f1ec4bcba58aab03042a9266842a42cfcb.zip |
core: add key alt-j,alt-f to jump to first buffer, change command for jump to last buffer
New key alt-j,alt-f is bound by default to "/buffer -".
The existing key alt-j,alt-l is now bound by default to "/buffer +".
Diffstat (limited to 'src/gui/gui-input.h')
-rw-r--r-- | src/gui/gui-input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h index 38ba0ae7e..4ecd429f6 100644 --- a/src/gui/gui-input.h +++ b/src/gui/gui-input.h @@ -70,7 +70,6 @@ extern void gui_input_history_local_next (struct t_gui_buffer *buffer); extern void gui_input_history_global_previous (struct t_gui_buffer *buffer); extern void gui_input_history_global_next (struct t_gui_buffer *buffer); extern void gui_input_jump_smart (struct t_gui_buffer *buffer); -extern void gui_input_jump_last_buffer (struct t_gui_buffer *buffer); extern void gui_input_jump_last_buffer_displayed (struct t_gui_buffer *buffer); extern void gui_input_jump_previously_visited_buffer (struct t_gui_buffer *buffer); extern void gui_input_jump_next_visited_buffer (struct t_gui_buffer *buffer); |