back to vim as editor

This commit is contained in:
Michael Chalupiak 2025-08-15 22:00:27 -04:00
parent 3f2d0991c2
commit ec8260daaf
3 changed files with 8 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -7,7 +7,7 @@
process = git-lfs filter-process
required = true
[core]
editor = helix
editor = nvim
[init]
defaultBranch = master
[sendemail]