summary refs log tree commit diff
path: root/scripts/chat.tmux.conf
blob: 4be7faa17934dc94e657a6f631261dd74a2f5d0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# use `tmux -L chat -f ./chat.tmux.conf attach-session' (without any other
# options or parameters) to access this session group in its own tmux server,
# not interfering with existing servers/sessions/configurations

new-session -t chat

# catgirl(1) puts windows at the top
set-option -g	-- status-position	top

# intuitive navigation
set-option -g	-- mode-keys	vi
set-option -g	-- mouse	on

# indicate new messages
set-option -g	-- monitor-activity	on
set-option -g	-- monitor-bell	on

# hardcode names during window creation
set-option -g	-- automatic-rename	off
set-option -g	-- allow-rename	off
set-option -g	-- set-titles	off
set-option -g	-- renumber-windows	on
# for the F1 binding, make hotkeys match window numbers
set-option -g	-- base-index	on


# clients exit on network errors, restart them automatically
# (use `kill-pane'/`C-b x' to destroy windows)
set-option -g	-- remain-on-exit	on
set-hook -g	-- pane-died	respawn-pane


# disarm ^C to avoid accidentially losing logs
bind-key -n -N 'confirm INTR key'	-- C-c	\
	confirm-before -p 'Send ^C? (y/N)'	-- 'send-keys	-- C-c'

# one-click version of default `C-b w' (shows preview windows)
bind-key -n -N 'pick chat network'	-- F1	choose-tree -Z

# catgirl(1) might run in `-R'/`restrict'ed mode, i.e. `/help' is disabled
bind-key -n -N 'read catgirl help'	-- F2	\
	new-window -S -n help	-- man -s 1	-- catgirl

# intuitive refresh, just don't spam it ;-)
bind-key -n -N 'reconnect network'	-- F5	\
	confirm-before -p 'reconnect network? (y/N)'	-- 'respawn-pane -k'

# immersive mode ;-)
bind-key -n -N 'toggle fullscreen'	-- F11	set status


# this configuration is idempotent, i.e. reloading it only changes settings
# and never duplicates already existing windows
bind-key -N 'reload configuration'	-- R	{
	source-file -F	-- '#{source_files}'
	display-message	-- 'configuration reloaded'
}


## do not double-quote commands to avoid running through "sh -c"

# IRC
new-window -d -S -n hackint	-- catgirl	-- defaults hackint
new-window -d -S -n efnet	-- catgirl	-- defaults efnet
='/src/commit/txt/books.txt?id=4e8eab4ec07d317fdae99970b04d0ceca601a21e&follow=1'>Add Normal PeopleJune McEnroe 2022-07-26Rewrite glitch from new pngoJune McEnroe 2022-07-26Update Care with time-to-ID and piercingsJune McEnroe 2022-07-26Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe 2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe