mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:53:17 -09:00
25 lines
460 B
YAML
25 lines
460 B
YAML
font:
|
|
normal:
|
|
family: Inconsolata
|
|
|
|
size: 14
|
|
|
|
window:
|
|
padding:
|
|
x: 15
|
|
y: 15
|
|
decorations: none
|
|
startup_mode: Windowed # Fullscreen
|
|
opacity: 0.66
|
|
|
|
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 }
|
|
|
|
env:
|
|
TERM: xterm-256color
|
|
|