mcabber/doc/mcabber.1.txt
changeset 372 db004de6440c
parent 364 33b8e801ffa6
child 377 00809e3e327e
equal deleted inserted replaced
371:bc54af8ed048 372:db004de6440c
   100         "/bind keycode" unbinds the given keycode. +
   100         "/bind keycode" unbinds the given keycode. +
   101         Note: aliases can be used in key bindings. +
   101         Note: aliases can be used in key bindings. +
   102         Example: "/bind 265 = status online" (265 is F1 for me, but it can
   102         Example: "/bind 265 = status online" (265 is F1 for me, but it can
   103         depend on your ncurses installation).
   103         depend on your ncurses installation).
   104 
   104 
   105 /buffer clear|top|bottom::
   105 /buffer clear|top|bottom|search_backward|search_forward::
   106         The 'buffer' command manipulates the current buddy's buffer
   106         The 'buffer' command manipulates the current buddy's buffer
   107         (chat window).
   107         (chat window).
   108 
   108 
   109         'clear';;  clear the current buddy chat window                  
   109         'clear';;       clear the current buddy chat window                  
   110         'top';;    jump to the top of the current buddy chat buffer     
   110         'top';;         jump to the top of the current buddy chat buffer     
   111         'bottom';; jump to the bottom of the current buddy chat buffer  
   111         'bottom';;      jump to the bottom of the current buddy chat buffer  
       
   112         'search_backward' text;; search for text in the current buddy chat buffer
       
   113         'search_forward'  text;; search for text in the current buddy chat buffer
   112 
   114 
   113 /clear::
   115 /clear::
   114         The 'clear' command is actually an alias for "/buffer clear".
   116         The 'clear' command is actually an alias for "/buffer clear".
   115 
   117 
   116 /connect::
   118 /connect::