This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.guckes.net/vim/setup.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| so /etc/vimrc | |
| set whichwrap="b,s,<,>,[,]" | |
| set directory=$XDG_CACHE_HOME/vim,/tmp | |
| set backupdir=$XDG_CACHE_HOME/vim,/tmp | |
| set runtimepath=$XDG_CONFIG_HOME/vim,$XDG_CONFIG_HOME/vim/after,$VIM/vimfiles,$VIMRUNTIME | |
| call vundle#begin("$HOME/.config/vim/bundle") | |
| Plugin 'VundleVim/Vundle.vim' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HISTSIZE=8192 | |
| SAVEHIST=8192 | |
| REPORTTIME=30 | |
| setopt autocd extendedglob notify completealiases HIST_IGNORE_DUPS | |
| bindkey -v | |
| # End of lines configured by zsh-newuser-install | |
| # compinstall magic | |
| zstyle ':completion:*' completer _list _expand _complete _ignored _approximate |