This commit is contained in:
2015-10-05 19:29:30 +02:00
parent 56f2017437
commit af5abe5987
2 changed files with 5 additions and 4 deletions

View File

@@ -192,9 +192,9 @@ nnoremap Q <nop>
" === autocommands ===
" autosave views when closing and restoring when opening again.
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview
"" autosave views when closing and restoring when opening again.
"autocmd BufWinLeave *.* mkview
"autocmd BufWinEnter *.* silent loadview
" === plugin setup ===

View File

@@ -143,6 +143,7 @@ alias g="git"
alias t="tmux"
alias c="cd"
alias l="ls"
alias s="sudo"
alias calc='python3 -ic "from math import *; import cmath"'
@@ -150,7 +151,7 @@ alias calc='python3 -ic "from math import *; import cmath"'
alias cat="cat -v"
alias vimrc="vim -c ':e \$MYVIMRC'"
alias zshrc="vim -c ':e ~/.zshrc'"
alias zshrc="vim -c ':e ~/.zshrc' ; source ~/.zshrc"
alias vim="nvim"