Advertisement
randalltux

Pee-wee wechaat

May 22nd, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.99 KB | None | 0 0
  1. #
  2. # weechat.conf -- weechat v0.3.5
  3. #
  4.  
  5. [debug]
  6.  
  7. [startup]
  8. command_after_plugins = ""
  9. command_before_plugins = ""
  10. display_logo = off
  11. display_version = on
  12.  
  13. [look]
  14. align_end_of_lines = message
  15. buffer_notify_default = all
  16. buffer_time_format = "%H:%M"
  17. color_pairs_auto_reset = 5
  18. color_real_white = off
  19. command_chars = ""
  20. confirm_quit = off
  21. day_change = on
  22. day_change_time_format = "%a, %d %b %Y"
  23. highlight = ""
  24. highlight_regex = ""
  25. highlight_tags = ""
  26. hline_char = "-"
  27. hotlist_add_buffer_if_away = on
  28. hotlist_buffer_separator = ", "
  29. hotlist_count_max = 2
  30. hotlist_count_min_msg = 2
  31. hotlist_names_count = 3
  32. hotlist_names_length = 0
  33. hotlist_names_level = 12
  34. hotlist_names_merged_buffers = off
  35. hotlist_short_names = on
  36. hotlist_sort = group_time_asc
  37. hotlist_unique_numbers = on
  38. input_cursor_scroll = 20
  39. input_share = none
  40. input_share_overwrite = off
  41. input_undo_max = 32
  42. item_time_format = "%H:%M"
  43. jump_current_to_previous_buffer = on
  44. jump_previous_buffer_when_closing = on
  45. nickmode = on
  46. nickmode_empty = off
  47. paste_max_lines = 3
  48. prefix_action = " *"
  49. prefix_align = right
  50. prefix_align_max = 0
  51. prefix_align_min = 0
  52. prefix_align_more = on
  53. prefix_buffer_align = right
  54. prefix_buffer_align_max = 0
  55. prefix_buffer_align_more = on
  56. prefix_error = "!!"
  57. prefix_join = ">>"
  58. prefix_network = "--"
  59. prefix_quit = "<<"
  60. prefix_suffix = "∷"
  61. read_marker = line
  62. read_marker_always_show = off
  63. read_marker_string = "- "
  64. save_config_on_exit = on
  65. save_layout_on_exit = none
  66. scroll_amount = 3
  67. scroll_page_percent = 100
  68. search_text_not_found_alert = on
  69. set_title = on
  70. time_format = "%a, %d %b %Y %T"
  71.  
  72. [palette]
  73.  
  74. [color]
  75. bar_more = lightmagenta
  76. chat = default
  77. chat_bg = default
  78. chat_buffer = white
  79. chat_channel = white
  80. chat_delimiters = green
  81. chat_highlight = yellow
  82. chat_highlight_bg = default
  83. chat_host = cyan
  84. chat_nick = cyan
  85. chat_nick_colors = "magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,cyan,blue"
  86. chat_nick_other = cyan
  87. chat_nick_self = white
  88. chat_prefix_action = white
  89. chat_prefix_buffer = brown
  90. chat_prefix_error = yellow
  91. chat_prefix_join = lightgreen
  92. chat_prefix_more = lightmagenta
  93. chat_prefix_network = magenta
  94. chat_prefix_quit = lightred
  95. chat_prefix_suffix = black
  96. chat_read_marker = magenta
  97. chat_read_marker_bg = default
  98. chat_server = brown
  99. chat_text_found = yellow
  100. chat_text_found_bg = lightmagenta
  101. chat_time = black
  102. chat_time_delimiters = black
  103. chat_value = cyan
  104. input_actions = lightgreen
  105. input_text_not_found = red
  106. nicklist_away = cyan
  107. nicklist_group = green
  108. nicklist_offline = blue
  109. separator = blue
  110. status_count_highlight = magenta
  111. status_count_msg = brown
  112. status_count_other = default
  113. status_count_private = green
  114. status_data_highlight = lightmagenta
  115. status_data_msg = yellow
  116. status_data_other = default
  117. status_data_private = lightgreen
  118. status_filter = green
  119. status_more = yellow
  120. status_name = white
  121. status_name_ssl = lightgreen
  122. status_number = yellow
  123. status_time = default
  124.  
  125. [completion]
  126. default_template = "%(nicks)|%(irc_channels)"
  127. nick_add_space = on
  128. nick_completer = ":"
  129. nick_first_only = off
  130. nick_ignore_chars = "[]`_-^"
  131. partial_completion_alert = on
  132. partial_completion_command = off
  133. partial_completion_command_arg = off
  134. partial_completion_count = on
  135. partial_completion_other = off
  136.  
  137. [history]
  138. display_default = 5
  139. max_commands = 100
  140. max_lines = 4096
  141. max_visited_buffers = 50
  142.  
  143. [proxy]
  144.  
  145. [network]
  146. gnutls_ca_file = "%h/ssl/CAs.pem"
  147. gnutls_handshake_timeout = 30
  148.  
  149. [plugin]
  150. autoload = "*"
  151. debug = off
  152. extension = ".so"
  153. path = "%h/plugins"
  154. save_config_on_unload = on
  155.  
  156. [bar]
  157. buffers.color_bg = default
  158. buffers.color_delim = default
  159. buffers.color_fg = default
  160. buffers.conditions = ""
  161. buffers.filling_left_right = vertical
  162. buffers.filling_top_bottom = horizontal
  163. buffers.hidden = off
  164. buffers.items = "buffers"
  165. buffers.position = right
  166. buffers.priority = 0
  167. buffers.separator = off
  168. buffers.size = 0
  169. buffers.size_max = 0
  170. buffers.type = root
  171. input.color_bg = default
  172. input.color_delim = black
  173. input.color_fg = default
  174. input.conditions = ""
  175. input.filling_left_right = vertical
  176. input.filling_top_bottom = horizontal
  177. input.hidden = off
  178. input.items = " input_prompt,>>>,input_text"
  179. input.position = bottom
  180. input.priority = 1000
  181. input.separator = off
  182. input.size = 1
  183. input.size_max = 0
  184. input.type = window
  185. nicklist.color_bg = default
  186. nicklist.color_delim = cyan
  187. nicklist.color_fg = default
  188. nicklist.conditions = "nicklist"
  189. nicklist.filling_left_right = vertical
  190. nicklist.filling_top_bottom = columns_vertical
  191. nicklist.hidden = on
  192. nicklist.items = "buffers,buffer_nicklist"
  193. nicklist.position = right
  194. nicklist.priority = 200
  195. nicklist.separator = off
  196. nicklist.size = 0
  197. nicklist.size_max = 0
  198. nicklist.type = window
  199. status.color_bg = blue
  200. status.color_delim = cyan
  201. status.color_fg = default
  202. status.conditions = ""
  203. status.filling_left_right = vertical
  204. status.filling_top_bottom = horizontal
  205. status.hidden = on
  206. status.items = "[time],[buffer_count],[buffer_plugin],buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,[lag],[hotlist],completion,scroll"
  207. status.position = bottom
  208. status.priority = 500
  209. status.separator = off
  210. status.size = 1
  211. status.size_max = 0
  212. status.type = window
  213. title.color_bg = blue
  214. title.color_delim = cyan
  215. title.color_fg = default
  216. title.conditions = ""
  217. title.filling_left_right = vertical
  218. title.filling_top_bottom = horizontal
  219. title.hidden = on
  220. title.items = "buffer_title"
  221. title.position = top
  222. title.priority = 500
  223. title.separator = off
  224. title.size = 1
  225. title.size_max = 0
  226. title.type = window
  227.  
  228. [layout]
  229.  
  230. [notify]
  231.  
  232. [filter]
  233.  
  234. [key]
  235. ctrl-? = "/input delete_previous_char"
  236. ctrl-A = "/input move_beginning_of_line"
  237. ctrl-B = "/input move_previous_char"
  238. ctrl-Cb = "/input insert \x02"
  239. ctrl-Cc = "/input insert \x03"
  240. ctrl-Ci = "/input insert \x1D"
  241. ctrl-Co = "/input insert \x0F"
  242. ctrl-Cr = "/input insert \x12"
  243. ctrl-Cu = "/input insert \x15"
  244. ctrl-D = "/input delete_next_char"
  245. ctrl-E = "/input move_end_of_line"
  246. ctrl-F = "/input move_next_char"
  247. ctrl-H = "/input delete_previous_char"
  248. ctrl-I = "/input complete_next"
  249. ctrl-J = "/input return"
  250. ctrl-K = "/input delete_end_of_line"
  251. ctrl-L = "/window refresh"
  252. ctrl-M = "/input return"
  253. ctrl-N = "/buffer +1"
  254. ctrl-P = "/buffer -1"
  255. ctrl-R = "/input search_text"
  256. ctrl-Sctrl-U = "/input set_unread"
  257. ctrl-T = "/input transpose_chars"
  258. ctrl-U = "/input delete_beginning_of_line"
  259. ctrl-W = "/input delete_previous_word"
  260. ctrl-X = "/input switch_active_buffer"
  261. ctrl-Y = "/input clipboard_paste"
  262. meta-0 = "/buffer *10"
  263. meta-1 = "/buffer *1"
  264. meta-2 = "/buffer *2"
  265. meta-3 = "/buffer *3"
  266. meta-4 = "/buffer *4"
  267. meta-5 = "/buffer *5"
  268. meta-6 = "/buffer *6"
  269. meta-7 = "/buffer *7"
  270. meta-8 = "/buffer *8"
  271. meta-9 = "/buffer *9"
  272. meta-< = "/input jump_previously_visited_buffer"
  273. meta-= = "/filter toggle"
  274. meta-> = "/input jump_next_visited_buffer"
  275. meta-OA = "/input history_global_previous"
  276. meta-OB = "/input history_global_next"
  277. meta-OC = "/input move_next_word"
  278. meta-OD = "/input move_previous_word"
  279. meta-OF = "/input move_end_of_line"
  280. meta-OH = "/input move_beginning_of_line"
  281. meta-Oa = "/input history_global_previous"
  282. meta-Ob = "/input history_global_next"
  283. meta-Oc = "/input move_next_word"
  284. meta-Od = "/input move_previous_word"
  285. meta2-15~ = "/buffer -1"
  286. meta2-17~ = "/buffer +1"
  287. meta2-18~ = "/window -1"
  288. meta2-19~ = "/window +1"
  289. meta2-1;3A = "/buffer -1"
  290. meta2-1;3B = "/buffer +1"
  291. meta2-1;3C = "/buffer +1"
  292. meta2-1;3D = "/buffer -1"
  293. meta2-1;5A = "/input history_global_previous"
  294. meta2-1;5B = "/input history_global_next"
  295. meta2-1~ = "/input move_beginning_of_line"
  296. meta2-20~ = "/bar scroll title * x-50%"
  297. meta2-21~ = "/bar scroll title * x+50%"
  298. meta2-23~ = "/bar scroll nicklist * y-100%"
  299. meta2-24~ = "/bar scroll nicklist * y+100%"
  300. meta2-3~ = "/input delete_next_char"
  301. meta2-4~ = "/input move_end_of_line"
  302. meta2-5;3~ = "/window scroll_up"
  303. meta2-5~ = "/window page_up"
  304. meta2-6;3~ = "/window scroll_down"
  305. meta2-6~ = "/window page_down"
  306. meta2-7~ = "/input move_beginning_of_line"
  307. meta2-8~ = "/input move_end_of_line"
  308. meta2-A = "/input history_previous"
  309. meta2-B = "/input history_next"
  310. meta2-C = "/input move_next_char"
  311. meta2-D = "/input move_previous_char"
  312. meta2-F = "/input move_end_of_line"
  313. meta2-G = "/window page_down"
  314. meta2-H = "/input move_beginning_of_line"
  315. meta2-I = "/window page_up"
  316. meta2-Z = "/input complete_previous"
  317. meta-meta2-1~ = "/window scroll_top"
  318. meta-meta2-23~ = "/bar scroll nicklist * yb"
  319. meta-meta2-24~ = "/bar scroll nicklist * ye"
  320. meta-meta2-4~ = "/window scroll_bottom"
  321. meta-meta2-5~ = "/window scroll_up"
  322. meta-meta2-6~ = "/window scroll_down"
  323. meta-meta2-7~ = "/window scroll_top"
  324. meta-meta2-8~ = "/window scroll_bottom"
  325. meta-meta2-A = "/buffer -1"
  326. meta-meta2-B = "/buffer +1"
  327. meta-meta2-C = "/buffer +1"
  328. meta-meta2-D = "/buffer -1"
  329. meta-_ = "/input redo"
  330. meta-a = "/input jump_smart"
  331. meta-b = "/input move_previous_word"
  332. meta-d = "/input delete_next_word"
  333. meta-f = "/input move_next_word"
  334. meta-h = "/input hotlist_clear"
  335. meta-j01 = "/buffer 1"
  336. meta-j02 = "/buffer 2"
  337. meta-j03 = "/buffer 3"
  338. meta-j04 = "/buffer 4"
  339. meta-j05 = "/buffer 5"
  340. meta-j06 = "/buffer 6"
  341. meta-j07 = "/buffer 7"
  342. meta-j08 = "/buffer 8"
  343. meta-j09 = "/buffer 9"
  344. meta-j10 = "/buffer 10"
  345. meta-j11 = "/buffer 11"
  346. meta-j12 = "/buffer 12"
  347. meta-j13 = "/buffer 13"
  348. meta-j14 = "/buffer 14"
  349. meta-j15 = "/buffer 15"
  350. meta-j16 = "/buffer 16"
  351. meta-j17 = "/buffer 17"
  352. meta-j18 = "/buffer 18"
  353. meta-j19 = "/buffer 19"
  354. meta-j20 = "/buffer 20"
  355. meta-j21 = "/buffer 21"
  356. meta-j22 = "/buffer 22"
  357. meta-j23 = "/buffer 23"
  358. meta-j24 = "/buffer 24"
  359. meta-j25 = "/buffer 25"
  360. meta-j26 = "/buffer 26"
  361. meta-j27 = "/buffer 27"
  362. meta-j28 = "/buffer 28"
  363. meta-j29 = "/buffer 29"
  364. meta-j30 = "/buffer 30"
  365. meta-j31 = "/buffer 31"
  366. meta-j32 = "/buffer 32"
  367. meta-j33 = "/buffer 33"
  368. meta-j34 = "/buffer 34"
  369. meta-j35 = "/buffer 35"
  370. meta-j36 = "/buffer 36"
  371. meta-j37 = "/buffer 37"
  372. meta-j38 = "/buffer 38"
  373. meta-j39 = "/buffer 39"
  374. meta-j40 = "/buffer 40"
  375. meta-j41 = "/buffer 41"
  376. meta-j42 = "/buffer 42"
  377. meta-j43 = "/buffer 43"
  378. meta-j44 = "/buffer 44"
  379. meta-j45 = "/buffer 45"
  380. meta-j46 = "/buffer 46"
  381. meta-j47 = "/buffer 47"
  382. meta-j48 = "/buffer 48"
  383. meta-j49 = "/buffer 49"
  384. meta-j50 = "/buffer 50"
  385. meta-j51 = "/buffer 51"
  386. meta-j52 = "/buffer 52"
  387. meta-j53 = "/buffer 53"
  388. meta-j54 = "/buffer 54"
  389. meta-j55 = "/buffer 55"
  390. meta-j56 = "/buffer 56"
  391. meta-j57 = "/buffer 57"
  392. meta-j58 = "/buffer 58"
  393. meta-j59 = "/buffer 59"
  394. meta-j60 = "/buffer 60"
  395. meta-j61 = "/buffer 61"
  396. meta-j62 = "/buffer 62"
  397. meta-j63 = "/buffer 63"
  398. meta-j64 = "/buffer 64"
  399. meta-j65 = "/buffer 65"
  400. meta-j66 = "/buffer 66"
  401. meta-j67 = "/buffer 67"
  402. meta-j68 = "/buffer 68"
  403. meta-j69 = "/buffer 69"
  404. meta-j70 = "/buffer 70"
  405. meta-j71 = "/buffer 71"
  406. meta-j72 = "/buffer 72"
  407. meta-j73 = "/buffer 73"
  408. meta-j74 = "/buffer 74"
  409. meta-j75 = "/buffer 75"
  410. meta-j76 = "/buffer 76"
  411. meta-j77 = "/buffer 77"
  412. meta-j78 = "/buffer 78"
  413. meta-j79 = "/buffer 79"
  414. meta-j80 = "/buffer 80"
  415. meta-j81 = "/buffer 81"
  416. meta-j82 = "/buffer 82"
  417. meta-j83 = "/buffer 83"
  418. meta-j84 = "/buffer 84"
  419. meta-j85 = "/buffer 85"
  420. meta-j86 = "/buffer 86"
  421. meta-j87 = "/buffer 87"
  422. meta-j88 = "/buffer 88"
  423. meta-j89 = "/buffer 89"
  424. meta-j90 = "/buffer 90"
  425. meta-j91 = "/buffer 91"
  426. meta-j92 = "/buffer 92"
  427. meta-j93 = "/buffer 93"
  428. meta-j94 = "/buffer 94"
  429. meta-j95 = "/buffer 95"
  430. meta-j96 = "/buffer 96"
  431. meta-j97 = "/buffer 97"
  432. meta-j98 = "/buffer 98"
  433. meta-j99 = "/buffer 99"
  434. meta-jmeta-l = "/input jump_last_buffer"
  435. meta-jmeta-r = "/server raw"
  436. meta-jmeta-s = "/server jump"
  437. meta-k = "/input grab_key_command"
  438. meta-n = "/window scroll_next_highlight"
  439. meta-p = "/window scroll_previous_highlight"
  440. meta-r = "/input delete_line"
  441. meta-u = "/input scroll_unread"
  442. meta-wmeta2-1;3A = "/window up"
  443. meta-wmeta2-1;3B = "/window down"
  444. meta-wmeta2-1;3C = "/window right"
  445. meta-wmeta2-1;3D = "/window left"
  446. meta-wmeta-meta2-A = "/window up"
  447. meta-wmeta-meta2-B = "/window down"
  448. meta-wmeta-meta2-C = "/window right"
  449. meta-wmeta-meta2-D = "/window left"
  450. meta-wmeta-b = "/window balance"
  451. meta-wmeta-s = "/window swap"
  452. meta-z = "/window zoom"
  453. ctrl-_ = "/input undo"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement