25 lines
605 B
Plaintext
25 lines
605 B
Plaintext
|
[window]
|
||
|
title = "terminal swillness"
|
||
|
|
||
|
[font]
|
||
|
size = 11
|
||
|
normal = { family = "DejaVu Sans Mono", style = "Book" }
|
||
|
bold = { style = "Bold" }
|
||
|
italic = { style = "Oblique" }
|
||
|
bold_italic = { style = "Bold Oblique" }
|
||
|
|
||
|
[selection]
|
||
|
save_to_clipboard = true
|
||
|
|
||
|
[keyboard]
|
||
|
bindings = [
|
||
|
|
||
|
# because C-Tab does not actually exist in terminals, bind them to something
|
||
|
# random that I can use in tmux (in this case M-F11 and M-F12)
|
||
|
{ key = "Tab", mods = "Control", chars = "\u001b\u001b[24~" },
|
||
|
{ key = "Tab", mods = "Control|Shift", chars = "\u001b\u001b[23~" },
|
||
|
|
||
|
{ key = "V", mods = "Control|Alt", action = "Paste" }
|
||
|
|
||
|
]
|