back to vim as editor
This commit is contained in:
parent
3f2d0991c2
commit
ec8260daaf
@ -136,7 +136,7 @@ alias zf='z $(flirt)'
|
||||
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
||||
# if [ -z "$EDITOR" ]; then
|
||||
# export EDITOR='kak'
|
||||
export EDITOR='helix'
|
||||
export EDITOR='nvim'
|
||||
# fi
|
||||
|
||||
if [ -f ~/.bash_aliases ]; then
|
||||
|
@ -1,19 +1,20 @@
|
||||
font-family = ""
|
||||
# font-family = "FairfaxHaxHD"
|
||||
# font-family = "PragmataPro Liga"
|
||||
font-family = "BigBlueTermPlus Nerd Font"
|
||||
# font-family = "BigBlueTermPlus Nerd Font"
|
||||
# font-family = "Olympe Mono Hacked"
|
||||
font-family = "Iosevka Term SS12"
|
||||
font-family = "Cascadia Code"
|
||||
font-family = "CaskaydiaCove Nerd Font"
|
||||
# font-family = "Terminess Nerd Font Mono"
|
||||
# font-family = "Ubuntu Mono Nerd Font"
|
||||
font-family = "Iosevka Term SS12"
|
||||
# font-family = "Victor Mono Nerd Font"
|
||||
# font-family = "Sudo"
|
||||
theme = rose-pine
|
||||
theme = light:rose-pine-dawn,dark:rose-pine
|
||||
font-size = 14
|
||||
font-variation = wdth=100
|
||||
# theme = light:xcodelight,dark:xcodedark
|
||||
# theme = Monokai Classic
|
||||
# window-decoration = false
|
||||
gtk-adwaita = false
|
||||
window-decoration = false
|
||||
# gtk-adwaita = false
|
||||
window-decoration = true
|
||||
|
@ -7,7 +7,7 @@
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[core]
|
||||
editor = helix
|
||||
editor = nvim
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[sendemail]
|
||||
|
Loading…
x
Reference in New Issue
Block a user