32 lines
730 B
Plaintext
32 lines
730 B
Plaintext
# Use system clipboard for selection.
|
|
set selection-clipboard "clipboard"
|
|
|
|
# Dark colors and transparency
|
|
set default-bg "rgba(25, 25, 25, 0.5)"
|
|
set statusbar-bg "rgba(25, 25, 25, 0.5)"
|
|
set notification-bg "#000000"
|
|
set notification-fg "#FFFFFF"
|
|
|
|
# Show statusbar and vertical scrollbar
|
|
set guioptions "sv"
|
|
|
|
# Increase the vertical scroll step size
|
|
set scroll-step 100
|
|
|
|
# Short $HOME with a tilde in file path
|
|
set statusbar-home-tilde true
|
|
|
|
# Invert colors per default. Toggle with `i`
|
|
map i recolor
|
|
set recolor true
|
|
set recolor-lightcolor "rgba(25, 25, 25, 0)"
|
|
set recolor-darkcolor "#FFFFFF"
|
|
set recolor-keephue true
|
|
set recolor-reverse-video true
|
|
|
|
# Search while typing
|
|
# set incremental-search true
|
|
|
|
# vimtex
|
|
set synctex true
|