@ -136,7 +136,7 @@ set textwidth=100
set history=1000
set wildignore+=node_modules " ignore node_modules folder from file search
set inccommand=split
set inccommand=split " show interactive results of substiute command
" make comments and HTML attributes italic
highlight Comment cterm=italic
@ -1,6 +1,7 @@
# in case its not already thera
alias la='ls -la'
alias sagu='sudo apt update && sudo apt dist-upgrade'
alias sagi='sudo apt install '
alias v='f -e vim' # quick opening files with vim
alias o='a -e xdg-open' # quick opening files with xdg-open