Update nvim config
This commit is contained in:
parent
cad7ca93de
commit
0ed6db8804
3 changed files with 10 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ alias ls="ls -h --color=auto"
|
|||
export CC=gcc
|
||||
export CXX=g++
|
||||
alias nv="nvim"
|
||||
alias did="vim +'normal Go' +'r!date' ~/Documents/did.txt"
|
||||
alias vim="nvim"
|
||||
alias did="nvim +'normal Go' +'r!date' ~/Documents/did.txt"
|
||||
|
||||
alias lcat='pygmentize -g -O style=colorful,linenos=1 | grep -P "^\d\d\d\d:"'
|
||||
alias ccat='pygmentize -g'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue