all repos — dotfiles @ 5de32a513f82634a6205d004292b72f49c739da8

my *nix dotfiles

config/vimb/config (view raw)

 1set download-path=~/downloads
 2set input-autohide=true
 3set spell-checking=true
 4set spell-checking-languages=en
 5set webgl=true
 6set incsearch=true
 7set default-font=DejaVu Sans
 8set accelerated-2d-canvas=true
 9set dark-mode=true
10set strict-ssl=false
11set home-page=start.icyphox.sh
12set status-bar=true
13
14set monospace-font=Roboto Mono
15
16# The font family used as the default for content using sans-serif font.
17set sans-serif-font=Roboto
18
19# The font family used as the default for content using serif font.
20set serif-font=Liberation Serif
21
22# The default font size used to display text.
23set font-size=16
24
25# Default font size for the monospace font.
26set monospace-font-size=14
27
28nmap + zI
29nmap - zO
30nmap = zz
31
32# shortcuts
33
34shortcut-add tw=https://twitter.com
35shortcut-add dd=https://duckduckgo.com
36shortcut-add lob=https://lobste.rs
37shortcut-add gh=https://github.com
38
39# keybinds
40nnoremap S :set status-bar=false
41nnoremap s :set status-bar=true