mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 12:03:18 -09:00
21 lines
419 B
YAML
21 lines
419 B
YAML
font:
|
|
normal:
|
|
family: Inconsolata
|
|
|
|
window:
|
|
padding:
|
|
x: 15
|
|
y: 15
|
|
decorations: none
|
|
startup_mode: Fullscreen
|
|
|
|
|
|
background_opacity: 0.9
|
|
|
|
key_bindings:
|
|
- { key: F10, action: ToggleFullscreen }
|
|
- { key: Home, chars: "\x1bOH", mode: AppCursor }
|
|
- { key: Home, chars: "\x1b[H", mode: ~AppCursor }
|
|
- { key: End, chars: "\x1bOF", mode: AppCursor }
|
|
- { key: End, chars: "\x1b[F", mode: ~AppCursor }
|