+ Improved VIMRC
This commit is contained in:
parent
ef10f5098f
commit
6aca719c57
5 changed files with 14 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# colors
|
||||
#autoload -U colors && colors
|
||||
|
||||
# MOTDs
|
||||
# ----- MOTDs
|
||||
pfetch
|
||||
echo "--------------------------------------"
|
||||
rateUSD
|
||||
|
@ -39,6 +39,8 @@ export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC'
|
|||
set -o vi
|
||||
bindkey -v
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
# Keybindings
|
||||
[ -f ~/.config/zsh/keybinds ] && source ~/.config/zsh/keybinds
|
||||
|
||||
# Plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue