Compare commits
No commits in common. "3711b252255509fec62de54c8f2fcd2cda42ae10" and "d49756c711bd8c550612c254b71ccb3367bb225f" have entirely different histories.
3711b25225
...
d49756c711
@ -6,10 +6,10 @@
|
||||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
font_family Iosevka Term
|
||||
bold_font Iosevka Term Bold
|
||||
italic_font Iosevka Term Italic
|
||||
bold_italic_font Iosevka Term Bold Italic
|
||||
font_family Termsyn Regular
|
||||
bold_font Termsyn Bold
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
#: You can specify different fonts for the bold/italic/bold-italic
|
||||
#: variants. To get a full list of supported fonts use the `kitty
|
||||
@ -230,7 +230,7 @@ pointer_shape_when_grabbed arrow
|
||||
|
||||
#: Performance tuning {{{
|
||||
|
||||
repaint_delay 30
|
||||
repaint_delay 10
|
||||
|
||||
#: Delay (in milliseconds) between screen updates. Decreasing it,
|
||||
#: increases frames-per-second (FPS) at the cost of more CPU usage.
|
||||
|
@ -7,7 +7,7 @@ bind C-x send-prefix
|
||||
set -g bell-action any
|
||||
|
||||
## Set default terminal
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "xterm-kitty"
|
||||
set -ga terminal-overrides ",xterm-kitty:Tc"
|
||||
|
||||
# i3 split bindings
|
||||
|
@ -41,10 +41,8 @@ Plug 'cocopon/iceberg.vim'
|
||||
call plug#end()
|
||||
""Colors
|
||||
colorscheme iceberg
|
||||
"set t_Co=256
|
||||
set termguicolors
|
||||
""Sets the colorscheme in tmux
|
||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||
""Quitting whether Goyo is active or not
|
||||
function! g:Goyo_before()
|
||||
let b:quitting = 0
|
||||
|
Loading…
Reference in New Issue
Block a user