neovim으로 다시 돌아감

This commit is contained in:
2021-07-24 02:40:01 +09:00
parent ed5e9623f3
commit f11ad31663
8 changed files with 176 additions and 99 deletions

View File

@@ -1,10 +1,10 @@
import:
- ~/.config/alacritty/base16-tomorrow.yml
- ~/.config/alacritty/dracula.yml
window:
dimensions:
columns: 80
lines: 25
lines: 24
padding:
x: 6
@@ -15,5 +15,12 @@ font:
family: TerminessTTF Nerd Font
size: 16.0
colors:
background_opacity: 1
background_opacity: 0.96
key_bindings:
- { key: Period, mods: Command, chars: "\\f" }
- { key: P, mods: Command, chars: "\\p" }
env:
TERM: screen-256color

View File

@@ -57,10 +57,10 @@ if [ -x "$(command -v tput)" ]; then
fi
# you can change these
lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname
lc="${reset}${bold}${magenta}" # labels
nc="${reset}${bold}${magenta}" # user and hostname
ic="${reset}" # info
c0="${reset}${blue}" # first color
c0="${reset}${magenta}" # first color
## OUTPUT