diff options
| author | 2015-07-27 23:13:33 +0200 | |
|---|---|---|
| committer | 2015-07-27 23:13:33 +0200 | |
| commit | c98022c674f2ff2028e94523a947c6995837fa95 (patch) | |
| tree | fd0232e019928fe5fb4ac5f3d4586f5999d2ea89 /weechat/.weechat/weechat.conf | |
| parent | d62d45d996c26fffe7dcefc2344e2a8b25ab5b4e (diff) | |
| download | dotfiles-c98022c674f2ff2028e94523a947c6995837fa95.tar.gz dotfiles-c98022c674f2ff2028e94523a947c6995837fa95.tar.bz2 dotfiles-c98022c674f2ff2028e94523a947c6995837fa95.zip | |
Updated tmux, weechat and xorg configs
Diffstat (limited to 'weechat/.weechat/weechat.conf')
| -rw-r--r-- | weechat/.weechat/weechat.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf index 72f88af..3cf2b57 100644 --- a/weechat/.weechat/weechat.conf +++ b/weechat/.weechat/weechat.conf | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # | 1 | # |
| 2 | # weechat.conf -- weechat v1.1.1 | 2 | # weechat -- weechat.conf |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | [debug] | 5 | [debug] |
| @@ -97,6 +97,9 @@ prefix_network = "--" | |||
| 97 | prefix_quit = "<--" | 97 | prefix_quit = "<--" |
| 98 | prefix_same_nick = "" | 98 | prefix_same_nick = "" |
| 99 | prefix_suffix = "|" | 99 | prefix_suffix = "|" |
| 100 | quote_nick_prefix = "<" | ||
| 101 | quote_nick_suffix = ">" | ||
| 102 | quote_time_format = "%H:%M:%S" | ||
| 100 | read_marker = line | 103 | read_marker = line |
| 101 | read_marker_always_show = off | 104 | read_marker_always_show = off |
| 102 | read_marker_string = "- " | 105 | read_marker_string = "- " |
| @@ -114,6 +117,8 @@ window_auto_zoom = off | |||
| 114 | window_separator_horizontal = on | 117 | window_separator_horizontal = on |
| 115 | window_separator_vertical = on | 118 | window_separator_vertical = on |
| 116 | window_title = "WeeChat ${info:version}" | 119 | window_title = "WeeChat ${info:version}" |
| 120 | word_chars_highlight = "!\u00A0,-,_,|,alnum" | ||
| 121 | word_chars_input = "!\u00A0,-,_,|,alnum" | ||
| 117 | 122 | ||
| 118 | [palette] | 123 | [palette] |
| 119 | 124 | ||
| @@ -365,6 +370,10 @@ meta-9 = "/buffer *9" | |||
| 365 | meta-< = "/input jump_previously_visited_buffer" | 370 | meta-< = "/input jump_previously_visited_buffer" |
| 366 | meta-= = "/filter toggle" | 371 | meta-= = "/filter toggle" |
| 367 | meta-> = "/input jump_next_visited_buffer" | 372 | meta-> = "/input jump_next_visited_buffer" |
| 373 | meta-H = "/window left" | ||
| 374 | meta-J = "/window down" | ||
| 375 | meta-K = "/window up" | ||
| 376 | meta-L = "/window right" | ||
| 368 | meta-OA = "/input history_global_previous" | 377 | meta-OA = "/input history_global_previous" |
| 369 | meta-OB = "/input history_global_next" | 378 | meta-OB = "/input history_global_next" |
| 370 | meta-OC = "/input move_next_word" | 379 | meta-OC = "/input move_next_word" |
