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