mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 21:40:31 +01:00
More configuration.
This commit is contained in:
@@ -17,6 +17,11 @@ set backspace=eol,indent,start
|
|||||||
|
|
||||||
colorscheme molokai
|
colorscheme molokai
|
||||||
|
|
||||||
|
" I have never intended to use the builtin help
|
||||||
|
map <F1> <Esc>
|
||||||
|
imap <F1> <Esc>
|
||||||
|
|
||||||
|
|
||||||
map <F5> :update<CR>:make<CR>
|
map <F5> :update<CR>:make<CR>
|
||||||
imap <F5> <Esc>:update<CR>:make<CR>
|
imap <F5> <Esc>:update<CR>:make<CR>
|
||||||
|
|
||||||
|
|||||||
3
zshrc
3
zshrc
@@ -30,6 +30,9 @@ elif [[ -s /etc/zsh_command_not_found ]]; then
|
|||||||
source /etc/zsh_command_not_found
|
source /etc/zsh_command_not_found
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set sensible tab width
|
||||||
|
tabs -4
|
||||||
|
|
||||||
# Add Composer binaries
|
# Add Composer binaries
|
||||||
if [ -d "$HOME/.composer" ]; then
|
if [ -d "$HOME/.composer" ]; then
|
||||||
path+=("$HOME/.composer/vendor/bin")
|
path+=("$HOME/.composer/vendor/bin")
|
||||||
|
|||||||
Reference in New Issue
Block a user