logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

weechat.conf (20252B)


  1. #
  2. # weechat -- weechat.conf
  3. #
  4. # WARNING: It is NOT recommended to edit this file by hand,
  5. # especially if WeeChat is running.
  6. #
  7. # Use /set or similar command to change settings in WeeChat.
  8. #
  9. # For more info, see: https://weechat.org/doc/quickstart
  10. #
  11. [debug]
  12. [startup]
  13. command_after_plugins = ""
  14. command_before_plugins = ""
  15. display_logo = on
  16. display_version = on
  17. sys_rlimit = ""
  18. [look]
  19. align_end_of_lines = message
  20. align_multiline_words = on
  21. bar_more_down = "▼▼"
  22. bar_more_left = "◀◀"
  23. bar_more_right = "▶▶"
  24. bar_more_up = "▲▲"
  25. bare_display_exit_on_input = on
  26. bare_display_time_format = "%H:%M"
  27. buffer_auto_renumber = on
  28. buffer_notify_default = message
  29. buffer_position = end
  30. buffer_search_case_sensitive = off
  31. buffer_search_force_default = off
  32. buffer_search_regex = off
  33. buffer_search_where = prefix_message
  34. buffer_time_format = "%H:%M:%S"
  35. buffer_time_same = ""
  36. color_basic_force_bold = off
  37. color_inactive_buffer = on
  38. color_inactive_message = on
  39. color_inactive_prefix = off
  40. color_inactive_prefix_buffer = on
  41. color_inactive_time = off
  42. color_inactive_window = on
  43. color_nick_offline = off
  44. color_pairs_auto_reset = 5
  45. color_real_white = off
  46. command_chars = ""
  47. command_incomplete = off
  48. confirm_quit = on
  49. confirm_upgrade = off
  50. day_change = on
  51. day_change_message_1date = "-- %a, %d %b %Y --"
  52. day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --"
  53. eat_newline_glitch = off
  54. emphasized_attributes = ""
  55. highlight = ""
  56. highlight_regex = "^\.(open|close)"
  57. highlight_tags = ""
  58. hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0"
  59. hotlist_buffer_separator = ", "
  60. hotlist_count_max = 2
  61. hotlist_count_min_msg = 2
  62. hotlist_names_count = 3
  63. hotlist_names_length = 0
  64. hotlist_names_level = 12
  65. hotlist_names_merged_buffers = off
  66. hotlist_prefix = "H: "
  67. hotlist_remove = merged
  68. hotlist_short_names = on
  69. hotlist_sort = group_time_asc
  70. hotlist_suffix = ""
  71. hotlist_unique_numbers = on
  72. input_cursor_scroll = 20
  73. input_share = none
  74. input_share_overwrite = off
  75. input_undo_max = 32
  76. item_away_message = on
  77. item_buffer_filter = "*"
  78. item_buffer_zoom = "!"
  79. item_mouse_status = "M"
  80. item_time_format = "%H:%M"
  81. jump_current_to_previous_buffer = on
  82. jump_previous_buffer_when_closing = on
  83. jump_smart_back_to_buffer = on
  84. key_bind_safe = on
  85. key_grab_delay = 800
  86. mouse = on
  87. mouse_timer_delay = 1
  88. nick_color_force = ""
  89. nick_color_hash = djb2
  90. nick_color_hash_salt = ""
  91. nick_color_stop_chars = "_|["
  92. nick_prefix = ""
  93. nick_suffix = ">"
  94. paste_auto_add_newline = on
  95. paste_bracketed = on
  96. paste_bracketed_timer_delay = 10
  97. paste_max_lines = 1
  98. prefix_action = "⚡"
  99. prefix_align = none
  100. prefix_align_max = 0
  101. prefix_align_min = 0
  102. prefix_align_more = "+"
  103. prefix_align_more_after = on
  104. prefix_buffer_align = right
  105. prefix_buffer_align_max = 0
  106. prefix_buffer_align_more = "+"
  107. prefix_buffer_align_more_after = on
  108. prefix_error = "⚠"
  109. prefix_join = "-->"
  110. prefix_network = "ℹ "
  111. prefix_quit = "<--"
  112. prefix_same_nick = "⤷"
  113. prefix_same_nick_middle = ""
  114. prefix_suffix = "|"
  115. quote_nick_prefix = "<"
  116. quote_nick_suffix = ">"
  117. quote_time_format = "%H:%M:%S"
  118. read_marker = line
  119. read_marker_always_show = off
  120. read_marker_string = "- "
  121. save_config_on_exit = on
  122. save_config_with_fsync = off
  123. save_layout_on_exit = windows
  124. scroll_amount = 3
  125. scroll_bottom_after_switch = off
  126. scroll_page_percent = 100
  127. search_text_not_found_alert = on
  128. separator_horizontal = "-"
  129. separator_vertical = ""
  130. tab_width = 1
  131. time_format = "%a, %d %b %Y %T"
  132. window_auto_zoom = off
  133. window_separator_horizontal = on
  134. window_separator_vertical = on
  135. window_title = "WeeChat ${info:version}"
  136. word_chars_highlight = "!\u00A0,-,_,|,alnum"
  137. word_chars_input = "!\u00A0,-,_,|,alnum"
  138. [palette]
  139. [color]
  140. bar_more = lightmagenta
  141. chat = default
  142. chat_bg = default
  143. chat_buffer = white
  144. chat_channel = white
  145. chat_day_change = cyan
  146. chat_delimiters = green
  147. chat_highlight = black
  148. chat_highlight_bg = gray
  149. chat_host = cyan
  150. chat_inactive_buffer = default
  151. chat_inactive_window = default
  152. chat_nick = lightcyan
  153. chat_nick_colors = "1,2,3,4,5,6,7,9,10"
  154. chat_nick_offline = default
  155. chat_nick_offline_highlight = default
  156. chat_nick_offline_highlight_bg = blue
  157. chat_nick_other = cyan
  158. chat_nick_prefix = green
  159. chat_nick_self = white
  160. chat_nick_suffix = green
  161. chat_prefix_action = white
  162. chat_prefix_buffer = brown
  163. chat_prefix_buffer_inactive_buffer = default
  164. chat_prefix_error = yellow
  165. chat_prefix_join = lightgreen
  166. chat_prefix_more = lightmagenta
  167. chat_prefix_network = magenta
  168. chat_prefix_quit = lightred
  169. chat_prefix_suffix = green
  170. chat_read_marker = magenta
  171. chat_read_marker_bg = default
  172. chat_server = brown
  173. chat_tags = red
  174. chat_text_found = yellow
  175. chat_text_found_bg = lightmagenta
  176. chat_time = default
  177. chat_time_delimiters = brown
  178. chat_value = cyan
  179. chat_value_null = blue
  180. emphasized = yellow
  181. emphasized_bg = magenta
  182. input_actions = lightgreen
  183. input_text_not_found = red
  184. item_away = yellow
  185. nicklist_away = cyan
  186. nicklist_group = green
  187. separator = blue
  188. status_count_highlight = magenta
  189. status_count_msg = brown
  190. status_count_other = default
  191. status_count_private = green
  192. status_data_highlight = lightmagenta
  193. status_data_msg = yellow
  194. status_data_other = default
  195. status_data_private = lightgreen
  196. status_filter = green
  197. status_more = yellow
  198. status_mouse = green
  199. status_name = white
  200. status_name_ssl = lightgreen
  201. status_nicklist_count = default
  202. status_number = yellow
  203. status_time = default
  204. [completion]
  205. base_word_until_cursor = on
  206. command_inline = on
  207. default_template = "%(nicks)|%(irc_channels)"
  208. nick_add_space = on
  209. nick_case_sensitive = off
  210. nick_completer = ":"
  211. nick_first_only = off
  212. nick_ignore_chars = "[]`_-^"
  213. partial_completion_alert = on
  214. partial_completion_command = off
  215. partial_completion_command_arg = off
  216. partial_completion_count = on
  217. partial_completion_other = off
  218. partial_completion_templates = "config_options"
  219. [history]
  220. display_default = 5
  221. max_buffer_lines_minutes = 0
  222. max_buffer_lines_number = 4096
  223. max_commands = 100
  224. max_visited_buffers = 50
  225. [proxy]
  226. tor.address = "localhost"
  227. tor.ipv6 = off
  228. tor.password = ""
  229. tor.port = 9050
  230. tor.type = socks5
  231. tor.username = ""
  232. [network]
  233. connection_timeout = 60
  234. gnutls_ca_file = "/etc/ssl/certs/ca-certificates.crt"
  235. gnutls_handshake_timeout = 30
  236. proxy_curl = ""
  237. [plugin]
  238. autoload = "*"
  239. debug = off
  240. extension = ".so,.dll"
  241. path = "%h/plugins"
  242. save_config_on_unload = on
  243. [bar]
  244. buflist.color_bg = default
  245. buflist.color_delim = default
  246. buflist.color_fg = default
  247. buflist.conditions = ""
  248. buflist.filling_left_right = vertical
  249. buflist.filling_top_bottom = columns_vertical
  250. buflist.hidden = off
  251. buflist.items = "buflist"
  252. buflist.position = left
  253. buflist.priority = 0
  254. buflist.separator = on
  255. buflist.size = 0
  256. buflist.size_max = 0
  257. buflist.type = root
  258. fset.color_bg = default
  259. fset.color_delim = cyan
  260. fset.color_fg = default
  261. fset.conditions = "${buffer.full_name} == fset.fset"
  262. fset.filling_left_right = vertical
  263. fset.filling_top_bottom = horizontal
  264. fset.hidden = off
  265. fset.items = "fset"
  266. fset.position = top
  267. fset.priority = 0
  268. fset.separator = on
  269. fset.size = 3
  270. fset.size_max = 3
  271. fset.type = window
  272. input.color_bg = default
  273. input.color_delim = cyan
  274. input.color_fg = default
  275. input.conditions = ""
  276. input.filling_left_right = vertical
  277. input.filling_top_bottom = horizontal
  278. input.hidden = off
  279. input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text,aspell_suggest"
  280. input.position = bottom
  281. input.priority = 1000
  282. input.separator = off
  283. input.size = 1
  284. input.size_max = 0
  285. input.type = window
  286. nicklist.color_bg = default
  287. nicklist.color_delim = cyan
  288. nicklist.color_fg = default
  289. nicklist.conditions = "${nicklist}"
  290. nicklist.filling_left_right = vertical
  291. nicklist.filling_top_bottom = columns_vertical
  292. nicklist.hidden = off
  293. nicklist.items = "buffer_nicklist"
  294. nicklist.position = right
  295. nicklist.priority = 200
  296. nicklist.separator = on
  297. nicklist.size = 0
  298. nicklist.size_max = 0
  299. nicklist.type = window
  300. status.color_bg = 0
  301. status.color_delim = cyan
  302. status.color_fg = default
  303. status.conditions = ""
  304. status.filling_left_right = vertical
  305. status.filling_top_bottom = horizontal
  306. status.hidden = off
  307. status.items = "buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+[lag]+[aspell_dict]+scroll+[hotlist]"
  308. status.position = bottom
  309. status.priority = 500
  310. status.separator = off
  311. status.size = 1
  312. status.size_max = 0
  313. status.type = window
  314. title.color_bg = 0
  315. title.color_delim = cyan
  316. title.color_fg = default
  317. title.conditions = ""
  318. title.filling_left_right = vertical
  319. title.filling_top_bottom = horizontal
  320. title.hidden = off
  321. title.items = "buffer_title"
  322. title.position = top
  323. title.priority = 500
  324. title.separator = off
  325. title.size = 1
  326. title.size_max = 0
  327. title.type = window
  328. [layout]
  329. default.window = "1;0;20;1;-;-"
  330. default.window = "2;1;0;0;irc;server.tilde.chat"
  331. default.window = "3;1;0;0;perl;highmon"
  332. default.current = on
  333. [notify]
  334. irc.krustykrab.#krustykrab = message
  335. [filter]
  336. irc_smart = on;*;irc_smart_filter;*
  337. Mikaela__r = on;irc.freenode.##abgilpqt+;*;(?-i)^__r
  338. [key]
  339. ctrl-? = "/input delete_previous_char"
  340. ctrl-A = "/input move_beginning_of_line"
  341. ctrl-B = "/input move_previous_char"
  342. ctrl-C_ = "/input insert \x1F"
  343. ctrl-Cb = "/input insert \x02"
  344. ctrl-Cc = "/input insert \x03"
  345. ctrl-Ci = "/input insert \x1D"
  346. ctrl-Co = "/input insert \x0F"
  347. ctrl-Cv = "/input insert \x16"
  348. ctrl-D = "/input delete_next_char"
  349. ctrl-E = "/input move_end_of_line"
  350. ctrl-F = "/input move_next_char"
  351. ctrl-H = "/input delete_previous_char"
  352. ctrl-I = "/input complete_next"
  353. ctrl-J = "/input return"
  354. ctrl-K = "/input delete_end_of_line"
  355. ctrl-L = "/window refresh"
  356. ctrl-M = "/input return"
  357. ctrl-N = "/buffer +1"
  358. ctrl-P = "/buffer -1"
  359. ctrl-R = "/input search_text_here"
  360. ctrl-Sctrl-U = "/input set_unread"
  361. ctrl-T = "/input transpose_chars"
  362. ctrl-U = "/input delete_beginning_of_line"
  363. ctrl-W = "/input delete_previous_word"
  364. ctrl-X = "/input switch_active_buffer"
  365. ctrl-Y = "/input clipboard_paste"
  366. meta-meta-OP = "/bar scroll buflist * b"
  367. meta-meta-OQ = "/bar scroll buflist * e"
  368. meta-meta2-11~ = "/bar scroll buflist * b"
  369. meta-meta2-12~ = "/bar scroll buflist * e"
  370. meta-meta2-1~ = "/window scroll_top"
  371. meta-meta2-23~ = "/bar scroll nicklist * b"
  372. meta-meta2-24~ = "/bar scroll nicklist * e"
  373. meta-meta2-4~ = "/window scroll_bottom"
  374. meta-meta2-5~ = "/window scroll_up"
  375. meta-meta2-6~ = "/window scroll_down"
  376. meta-meta2-7~ = "/window scroll_top"
  377. meta-meta2-8~ = "/window scroll_bottom"
  378. meta-meta2-A = "/buffer -1"
  379. meta-meta2-B = "/buffer +1"
  380. meta-meta2-C = "/buffer +1"
  381. meta-meta2-D = "/buffer -1"
  382. meta-- = "/filter toggle @"
  383. meta-/ = "/input jump_last_buffer_displayed"
  384. meta-0 = "/buffer *10"
  385. meta-1 = "/buffer *1"
  386. meta-2 = "/buffer *2"
  387. meta-3 = "/buffer *3"
  388. meta-4 = "/buffer *4"
  389. meta-5 = "/buffer *5"
  390. meta-6 = "/buffer *6"
  391. meta-7 = "/buffer *7"
  392. meta-8 = "/buffer *8"
  393. meta-9 = "/buffer *9"
  394. meta-< = "/input jump_previously_visited_buffer"
  395. meta-= = "/filter toggle"
  396. meta-> = "/input jump_next_visited_buffer"
  397. meta-OA = "/input history_global_previous"
  398. meta-OB = "/input history_global_next"
  399. meta-OC = "/input move_next_word"
  400. meta-OD = "/input move_previous_word"
  401. meta-OF = "/input move_end_of_line"
  402. meta-OH = "/input move_beginning_of_line"
  403. meta-OP = "/bar scroll buflist * -100%"
  404. meta-OQ = "/bar scroll buflist * +100%"
  405. meta-Oa = "/input history_global_previous"
  406. meta-Ob = "/input history_global_next"
  407. meta-Oc = "/input move_next_word"
  408. meta-Od = "/input move_previous_word"
  409. meta2-11^ = "/bar scroll buflist * -100%"
  410. meta2-11~ = "/bar scroll buflist * -100%"
  411. meta2-12^ = "/bar scroll buflist * +100%"
  412. meta2-12~ = "/bar scroll buflist * +100%"
  413. meta2-15~ = "/buffer -1"
  414. meta2-17~ = "/buffer +1"
  415. meta2-18~ = "/window -1"
  416. meta2-19~ = "/window +1"
  417. meta2-1;3A = "/buffer -1"
  418. meta2-1;3B = "/buffer +1"
  419. meta2-1;3C = "/buffer +1"
  420. meta2-1;3D = "/buffer -1"
  421. meta2-1;3F = "/window scroll_bottom"
  422. meta2-1;3H = "/window scroll_top"
  423. meta2-1;3P = "/bar scroll buflist * b"
  424. meta2-1;3Q = "/bar scroll buflist * e"
  425. meta2-1;5A = "/input history_global_previous"
  426. meta2-1;5B = "/input history_global_next"
  427. meta2-1;5C = "/input move_next_word"
  428. meta2-1;5D = "/input move_previous_word"
  429. meta2-1;5P = "/bar scroll buflist * -100%"
  430. meta2-1;5Q = "/bar scroll buflist * +100%"
  431. meta2-1~ = "/input move_beginning_of_line"
  432. meta2-200~ = "/input paste_start"
  433. meta2-201~ = "/input paste_stop"
  434. meta2-20~ = "/bar scroll title * -30%"
  435. meta2-21~ = "/bar scroll title * +30%"
  436. meta2-23;3~ = "/bar scroll nicklist * b"
  437. meta2-23~ = "/bar scroll nicklist * -100%"
  438. meta2-24;3~ = "/bar scroll nicklist * e"
  439. meta2-24~ = "/bar scroll nicklist * +100%"
  440. meta2-3~ = "/input delete_next_char"
  441. meta2-4~ = "/input move_end_of_line"
  442. meta2-5;3~ = "/window scroll_up"
  443. meta2-5~ = "/window page_up"
  444. meta2-6;3~ = "/window scroll_down"
  445. meta2-6~ = "/window page_down"
  446. meta2-7~ = "/input move_beginning_of_line"
  447. meta2-8~ = "/input move_end_of_line"
  448. meta2-A = "/input history_previous"
  449. meta2-B = "/input history_next"
  450. meta2-C = "/input move_next_char"
  451. meta2-D = "/input move_previous_char"
  452. meta2-F = "/input move_end_of_line"
  453. meta2-G = "/window page_down"
  454. meta2-H = "/input move_beginning_of_line"
  455. meta2-I = "/window page_up"
  456. meta2-Z = "/input complete_previous"
  457. meta2-[E = "/buffer -1"
  458. meta-_ = "/input redo"
  459. meta-a = "/input jump_smart"
  460. meta-b = "/window bare"
  461. meta-d = "/input delete_next_word"
  462. meta-f = "/input move_next_word"
  463. meta-g = "/go"
  464. meta-h = "/input hotlist_clear"
  465. meta-jmeta-f = "/buffer -"
  466. meta-jmeta-l = "/buffer +"
  467. meta-jmeta-r = "/server raw"
  468. meta-jmeta-s = "/server jump"
  469. meta-j01 = "/buffer *1"
  470. meta-j02 = "/buffer *2"
  471. meta-j03 = "/buffer *3"
  472. meta-j04 = "/buffer *4"
  473. meta-j05 = "/buffer *5"
  474. meta-j06 = "/buffer *6"
  475. meta-j07 = "/buffer *7"
  476. meta-j08 = "/buffer *8"
  477. meta-j09 = "/buffer *9"
  478. meta-j10 = "/buffer *10"
  479. meta-j11 = "/buffer *11"
  480. meta-j12 = "/buffer *12"
  481. meta-j13 = "/buffer *13"
  482. meta-j14 = "/buffer *14"
  483. meta-j15 = "/buffer *15"
  484. meta-j16 = "/buffer *16"
  485. meta-j17 = "/buffer *17"
  486. meta-j18 = "/buffer *18"
  487. meta-j19 = "/buffer *19"
  488. meta-j20 = "/buffer *20"
  489. meta-j21 = "/buffer *21"
  490. meta-j22 = "/buffer *22"
  491. meta-j23 = "/buffer *23"
  492. meta-j24 = "/buffer *24"
  493. meta-j25 = "/buffer *25"
  494. meta-j26 = "/buffer *26"
  495. meta-j27 = "/buffer *27"
  496. meta-j28 = "/buffer *28"
  497. meta-j29 = "/buffer *29"
  498. meta-j30 = "/buffer *30"
  499. meta-j31 = "/buffer *31"
  500. meta-j32 = "/buffer *32"
  501. meta-j33 = "/buffer *33"
  502. meta-j34 = "/buffer *34"
  503. meta-j35 = "/buffer *35"
  504. meta-j36 = "/buffer *36"
  505. meta-j37 = "/buffer *37"
  506. meta-j38 = "/buffer *38"
  507. meta-j39 = "/buffer *39"
  508. meta-j40 = "/buffer *40"
  509. meta-j41 = "/buffer *41"
  510. meta-j42 = "/buffer *42"
  511. meta-j43 = "/buffer *43"
  512. meta-j44 = "/buffer *44"
  513. meta-j45 = "/buffer *45"
  514. meta-j46 = "/buffer *46"
  515. meta-j47 = "/buffer *47"
  516. meta-j48 = "/buffer *48"
  517. meta-j49 = "/buffer *49"
  518. meta-j50 = "/buffer *50"
  519. meta-j51 = "/buffer *51"
  520. meta-j52 = "/buffer *52"
  521. meta-j53 = "/buffer *53"
  522. meta-j54 = "/buffer *54"
  523. meta-j55 = "/buffer *55"
  524. meta-j56 = "/buffer *56"
  525. meta-j57 = "/buffer *57"
  526. meta-j58 = "/buffer *58"
  527. meta-j59 = "/buffer *59"
  528. meta-j60 = "/buffer *60"
  529. meta-j61 = "/buffer *61"
  530. meta-j62 = "/buffer *62"
  531. meta-j63 = "/buffer *63"
  532. meta-j64 = "/buffer *64"
  533. meta-j65 = "/buffer *65"
  534. meta-j66 = "/buffer *66"
  535. meta-j67 = "/buffer *67"
  536. meta-j68 = "/buffer *68"
  537. meta-j69 = "/buffer *69"
  538. meta-j70 = "/buffer *70"
  539. meta-j71 = "/buffer *71"
  540. meta-j72 = "/buffer *72"
  541. meta-j73 = "/buffer *73"
  542. meta-j74 = "/buffer *74"
  543. meta-j75 = "/buffer *75"
  544. meta-j76 = "/buffer *76"
  545. meta-j77 = "/buffer *77"
  546. meta-j78 = "/buffer *78"
  547. meta-j79 = "/buffer *79"
  548. meta-j80 = "/buffer *80"
  549. meta-j81 = "/buffer *81"
  550. meta-j82 = "/buffer *82"
  551. meta-j83 = "/buffer *83"
  552. meta-j84 = "/buffer *84"
  553. meta-j85 = "/buffer *85"
  554. meta-j86 = "/buffer *86"
  555. meta-j87 = "/buffer *87"
  556. meta-j88 = "/buffer *88"
  557. meta-j89 = "/buffer *89"
  558. meta-j90 = "/buffer *90"
  559. meta-j91 = "/buffer *91"
  560. meta-j92 = "/buffer *92"
  561. meta-j93 = "/buffer *93"
  562. meta-j94 = "/buffer *94"
  563. meta-j95 = "/buffer *95"
  564. meta-j96 = "/buffer *96"
  565. meta-j97 = "/buffer *97"
  566. meta-j98 = "/buffer *98"
  567. meta-j99 = "/buffer *99"
  568. meta-k = "/input grab_key_command"
  569. meta-m = "/mute mouse toggle"
  570. meta-n = "/window scroll_next_highlight"
  571. meta-p = "/window scroll_previous_highlight"
  572. meta-r = "/input delete_line"
  573. meta-s = "/mute aspell toggle"
  574. meta-u = "/window scroll_unread"
  575. meta-wmeta-meta2-A = "/window up"
  576. meta-wmeta-meta2-B = "/window down"
  577. meta-wmeta-meta2-C = "/window right"
  578. meta-wmeta-meta2-D = "/window left"
  579. meta-wmeta2-1;3A = "/window up"
  580. meta-wmeta2-1;3B = "/window down"
  581. meta-wmeta2-1;3C = "/window right"
  582. meta-wmeta2-1;3D = "/window left"
  583. meta-wmeta-b = "/window balance"
  584. meta-wmeta-s = "/window swap"
  585. meta-x = "/input zoom_merged_buffer"
  586. meta-z = "/window zoom"
  587. ctrl-_ = "/input undo"
  588. [key_search]
  589. ctrl-I = "/input search_switch_where"
  590. ctrl-J = "/input search_stop_here"
  591. ctrl-M = "/input search_stop_here"
  592. ctrl-Q = "/input search_stop"
  593. ctrl-R = "/input search_switch_regex"
  594. meta2-A = "/input search_previous"
  595. meta2-B = "/input search_next"
  596. meta-c = "/input search_switch_case"
  597. [key_cursor]
  598. ctrl-J = "/cursor stop"
  599. ctrl-M = "/cursor stop"
  600. meta-meta2-A = "/cursor move area_up"
  601. meta-meta2-B = "/cursor move area_down"
  602. meta-meta2-C = "/cursor move area_right"
  603. meta-meta2-D = "/cursor move area_left"
  604. meta2-1;3A = "/cursor move area_up"
  605. meta2-1;3B = "/cursor move area_down"
  606. meta2-1;3C = "/cursor move area_right"
  607. meta2-1;3D = "/cursor move area_left"
  608. meta2-A = "/cursor move up"
  609. meta2-B = "/cursor move down"
  610. meta2-C = "/cursor move right"
  611. meta2-D = "/cursor move left"
  612. @item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}"
  613. @item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}"
  614. @item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}"
  615. @item(buffer_nicklist):q = "/window ${_window_number};/query ${nick};/cursor stop"
  616. @item(buffer_nicklist):w = "/window ${_window_number};/whois ${nick}"
  617. @chat:Q = "hsignal:chat_quote_time_prefix_message;/cursor stop"
  618. @chat:m = "hsignal:chat_quote_message;/cursor stop"
  619. @chat:q = "hsignal:chat_quote_prefix_message;/cursor stop"
  620. [key_mouse]
  621. @bar(buflist):ctrl-wheeldown = "hsignal:buflist_mouse"
  622. @bar(buflist):ctrl-wheelup = "hsignal:buflist_mouse"
  623. @bar(input):button2 = "/input grab_mouse_area"
  624. @bar(nicklist):button1-gesture-down = "/bar scroll nicklist ${_window_number} +100%"
  625. @bar(nicklist):button1-gesture-down-long = "/bar scroll nicklist ${_window_number} e"
  626. @bar(nicklist):button1-gesture-up = "/bar scroll nicklist ${_window_number} -100%"
  627. @bar(nicklist):button1-gesture-up-long = "/bar scroll nicklist ${_window_number} b"
  628. @chat(fset.fset):button1 = "/window ${_window_number};/fset -go ${_chat_line_y}"
  629. @chat(fset.fset):button2* = "hsignal:fset_mouse"
  630. @chat(fset.fset):wheeldown = "/fset -down 5"
  631. @chat(fset.fset):wheelup = "/fset -up 5"
  632. @chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}"
  633. @chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"
  634. @chat(script.scripts):wheeldown = "/script down 5"
  635. @chat(script.scripts):wheelup = "/script up 5"
  636. @item(buffer_nicklist):button1 = "/window ${_window_number};/query ${nick}"
  637. @item(buffer_nicklist):button1-gesture-left = "/window ${_window_number};/kick ${nick}"
  638. @item(buffer_nicklist):button1-gesture-left-long = "/window ${_window_number};/kickban ${nick}"
  639. @item(buffer_nicklist):button2 = "/window ${_window_number};/whois ${nick}"
  640. @item(buffer_nicklist):button2-gesture-left = "/window ${_window_number};/ban ${nick}"
  641. @item(buflist):button1* = "hsignal:buflist_mouse"
  642. @item(buflist):button2* = "hsignal:buflist_mouse"
  643. @item(buflist2):button1* = "hsignal:buflist_mouse"
  644. @item(buflist2):button2* = "hsignal:buflist_mouse"
  645. @item(buflist3):button1* = "hsignal:buflist_mouse"
  646. @item(buflist3):button2* = "hsignal:buflist_mouse"
  647. @bar:wheeldown = "/bar scroll ${_bar_name} ${_window_number} +20%"
  648. @bar:wheelup = "/bar scroll ${_bar_name} ${_window_number} -20%"
  649. @chat:button1 = "/window ${_window_number}"
  650. @chat:button1-gesture-left = "/window ${_window_number};/buffer -1"
  651. @chat:button1-gesture-left-long = "/window ${_window_number};/buffer 1"
  652. @chat:button1-gesture-right = "/window ${_window_number};/buffer +1"
  653. @chat:button1-gesture-right-long = "/window ${_window_number};/input jump_last_buffer"
  654. @chat:ctrl-wheeldown = "/window scroll_horiz -window ${_window_number} +10%"
  655. @chat:ctrl-wheelup = "/window scroll_horiz -window ${_window_number} -10%"
  656. @chat:wheeldown = "/window scroll_down -window ${_window_number}"
  657. @chat:wheelup = "/window scroll_up -window ${_window_number}"
  658. @*:button3 = "/cursor go ${_x},${_y}"