add(nvim): zen-mode

This commit is contained in:
Léana 江 2023-05-02 21:30:15 +02:00 committed by Léana 江
parent d238bce407
commit cf098ba949
8 changed files with 92 additions and 23 deletions

View file

@ -54,3 +54,6 @@ abbr vp 'cd ~/.dotfiles/.config/nvim/after/plugin/ && nvim ../../init.lua && pre
abbr fp 'cd ~/.dotfiles/.config/fish/ && nvim config.fish && prevd'
abbr tp 'nvim ~/.dotfiles/.tmux.conf'
abbr sp 'nvim ~/.dotfiles/.config/starship.toml'
## Dev stuff
abbr crun 'gcc main.c -o main && ./main'