comparison mcabber/mcabberrc.example @ 2304:fa8365fb6ac2

[PATCH 1/3] New option: vi_mode If the new vi_mode option is set to 1, let MCabber's non-chat mode accept a few commands loosely based on those available in vi(1)'s normal mode, e.g.: A Call "/roster unread_first". a Call "/roster unread_next". F Call "/roster group_prev". f Call "/roster group_next". G Call "/roster bottom". gg Call "/roster top". i Enter chat mode. [<n>]j Call "/roster down [<n>]". [<n>]k Call "/roster up [<n>]". n Repeat the previous search (if any). O Call "/roster unread_first" and open chat window. o Call "/roster unread_next" and open chat window. ZZ Call "/quit". zM Call "/group fold" for all groups. zR Call "/group unfold" for all groups. <Space> Call "/group toggle" for the current group. '' Call "/roster alternate". ! Toggle attention flag for current buddy. # Toggle unread messages flag for current buddy. /<str> Call "/roster search <str>". :q Call "/quit". :wq Call "/quit". :x Call "/quit". :<n> Jump to line <n> in the roster. :<cmd> Call "/<cmd>" (unless <cmd> matches one of the above commands).
author Holger Weiß <holger@zedat.fu-berlin.de>
date Wed, 22 Jul 2015 19:25:22 +0200
parents d3e9118c2795
children 4ddd6f5c3ffc
comparison
equal deleted inserted replaced
2303:4f3821bda633 2304:fa8365fb6ac2
140 # History 140 # History
141 # Number of lines to remember for the command line history 141 # Number of lines to remember for the command line history
142 # (default: 0, unlimited). 142 # (default: 0, unlimited).
143 set cmdhistory_lines = 250 143 set cmdhistory_lines = 250
144 144
145 # Let MCabber accept some vi(1)-like "normal mode" commands by setting the
146 # option 'vi_mode' to 1 (default: 0).
147 #set vi_mode = 1
148
145 # You can set up a mask to filter buddies and display them according to 149 # You can set up a mask to filter buddies and display them according to
146 # their status. The mask should contain the shortcut letters of the 150 # their status. The mask should contain the shortcut letters of the
147 # status you want to see ([o]nline, [f]ree_for_chat, [d]o_not_disturb, 151 # status you want to see ([o]nline, [f]ree_for_chat, [d]o_not_disturb,
148 # [n]ot_available, [a]way, [_]offline). 152 # [n]ot_available, [a]way, [_]offline).
149 # For example, to display everybody the filter should be "ofdna_" (default). 153 # For example, to display everybody the filter should be "ofdna_" (default).