Skip to content

Instantly share code, notes, and snippets.

@sph432
sph432 / -
Created August 19, 2016 13:55
http://www.guckes.net/vim/setup.html
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'
@sph432
sph432 / -
Created March 15, 2016 11:00
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