1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

More configuration.

This commit is contained in:
Bert Peters
2016-02-18 10:20:15 +01:00
parent cccda08522
commit 6d0c6a40a6
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ set backspace=eol,indent,start
colorscheme molokai
" I have never intended to use the builtin help
map <F1> <Esc>
imap <F1> <Esc>
map <F5> :update<CR>:make<CR>
imap <F5> <Esc>:update<CR>:make<CR>

3
zshrc
View File

@@ -30,6 +30,9 @@ elif [[ -s /etc/zsh_command_not_found ]]; then
source /etc/zsh_command_not_found
fi
# Set sensible tab width
tabs -4
# Add Composer binaries
if [ -d "$HOME/.composer" ]; then
path+=("$HOME/.composer/vendor/bin")