Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

689 lines
20 KiB

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