Update vim
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# _ _ _ _
|
||||
# | | (_) | | |
|
||||
# __ _| | __ _ ___ _ __ _| |_| |_ _ _
|
||||
# / _` | |/ _` |/ __| '__| | __| __| | | |
|
||||
# | (_| | | (_| | (__| | | | |_| |_| |_| |
|
||||
# \__,_|_|\__,_|\___|_| |_|\__|\__|\__, |
|
||||
# __/ |
|
||||
# |___/
|
||||
# __ _ _ _ _
|
||||
# / /_ _| | __ _ ___ _ __(_) |_| |_ _ _
|
||||
# / / _` | |/ _` |/ __| '__| | __| __| | | |
|
||||
# _ / / (_| | | (_| | (__| | | | |_| |_| |_| |
|
||||
# (_)_/ \__,_|_|\__,_|\___|_| |_|\__|\__|\__, |
|
||||
# |___/
|
||||
#
|
||||
# ~ M. Thomas
|
||||
|
||||
@@ -33,7 +31,7 @@ font:
|
||||
normal:
|
||||
family: FiraCode Nerd Font Mono
|
||||
style: Regular
|
||||
size: 10
|
||||
size: 9
|
||||
|
||||
colors:
|
||||
primary:
|
||||
@@ -70,7 +68,7 @@ colors:
|
||||
cyan: '#56B6C2'
|
||||
white: '#D8D8D8'
|
||||
|
||||
background_opacity: 1
|
||||
background_opacity: 0.98
|
||||
|
||||
selection:
|
||||
save_to_clipboard: true
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
# ___ _____
|
||||
# / (_)___ /
|
||||
# / /| | |_ \
|
||||
# _ / / | |___) |
|
||||
# (_)_/ |_|____/
|
||||
#
|
||||
# ~ M. Thomas
|
||||
|
||||
# ============================== General Setup
|
||||
|
||||
# Set Mod Keys
|
||||
set $mod Mod4
|
||||
floating_modifier $mod
|
||||
|
||||
@@ -4,7 +4,7 @@ set synctex-editor-command "nvr --remote +%{line} %{input}"
|
||||
map d recolor true
|
||||
map w recolor false
|
||||
|
||||
set recolor true
|
||||
set recolor false
|
||||
|
||||
#set notification-error-bg "#FC2929"
|
||||
#set notification-error-fg "#18191E"
|
||||
|
||||
Reference in New Issue
Block a user