Files
dotfiles/zshrc
T
2016-10-20 12:43:15 -05:00

22 lines
423 B
Bash

#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
bindkey -v
export EDITOR=/usr/local/bin/vim
export VISUAL=/usr/local/bin/vim
bindkey -M viins 'kj' vi-cmd-mode
bindkey -M viins 'jk' vi-cmd-mode
# Customize to your needs...