~ubuntu-branches/ubuntu/oneiric/irssi/oneiric

« back to all changes in this revision

Viewing changes to docs/help/bind

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-05 15:50:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505155050-aoqlnpes7che9rtd
Tags: 0.8.13-1ubuntu1
* Merge from debian unstable (LP: #372411), remaining changes:
  - debian/patches: 03firsttimer_text
    + Adapt it so it tells you about connecting to irc.ubuntu.com and
      joining #ubuntu instead of irc.debian.org and #debian.
  - debian/patches: 90irc-ubuntu-com
* Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
BIND %|[-delete] [<key> [<command> [<data>]]]
 
2
BIND %|[-list] [-delete] [<key> [<command> [<data>]]]
3
3
 
4
4
Bind some action to specified keystroke. Remember that all characters in keystrokes are case-sensitive! Uppercase letter usually means that you need to keep SHIFT pressed to get the key to work.
5
5
 
29
29
 /BIND window-^K /WINDOW KILL
30
30
 
31
31
 
32
 
Command can be one of:
33
 
 
34
 
  command - Run any /COMMAND (you could use /COMMAND directly without
35
 
                              specifying this)
36
 
 
37
 
(Cursor movement)
38
 
  backward_character
39
 
  forward_character
40
 
  backward_word
41
 
  forward_word
42
 
  beginning_of_line
43
 
  end_of_line
44
 
 
45
 
(Scrollback movement)
46
 
  scroll_backward - Previous page
47
 
  scroll_forward - Next page
48
 
  scroll_start - Beginning of the window
49
 
  scroll_end - End of the window
50
 
 
51
 
(Switching windows)
52
 
  change_window
53
 
  previous_window
54
 
  next_window
55
 
  upper_window
56
 
  lower_window
57
 
  active_window - Go to next window with the highest activity
58
 
  next_window_item - Next channel/query. In empty windows change
59
 
                     to next server
60
 
  previous_window_item - Previous channel/query. In empty windows change
61
 
                         to previous server
62
 
 
63
 
(History)
64
 
  backward_history
65
 
  forward_history
66
 
 
67
 
(Deleting text)
68
 
  backspace
69
 
  delete_character
70
 
  delete_next_word
71
 
  delete_previous_word
72
 
  delete_to_next_space
73
 
  delete_to_previous_space
74
 
  erase_line
75
 
  erase_to_beg_of_line
76
 
  erase_to_end_of_line
77
 
 
78
 
(Word completion)
79
 
  word_completion
80
 
  erase_completion
81
 
  check_replaces - Check word replaces
82
 
 
83
 
(Misc)
84
 
  nothing - use this to disable a built-in key
85
 
  refresh_screen
86
 
  yank_from_cutbuffer - "Undelete" line
87
 
  transpose_characters - Swap current and previous character
88
 
  transpose_words - Swap current and previous word
89
 
  capitalize_word - Capitalize word from current position
90
 
  downcase_word - Downcase word from current position
91
 
  upcase_word - Upcase word from current position
92
 
  escape_char - Insert the next character exactly as-is to input line
93
 
  insert_text - Insert data to entry line, data may contain $variables.
94
 
  stop_irc - Send SIGSTOP to client (^Z)
 
32
To get a list of all bindable commands use /bind -list.
95
33
 
96
34
Examples:
97
35