Change editor to vim

This commit is contained in:
cheetah 2015-02-01 21:02:48 +03:00
parent 25a4234dd4
commit 3462d371de
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
ui = true
[core]
excludesfile = ~/.gitignore
editor = slime
editor = vim
[apply]
whitespace = nowarn
[mergetool]

View File

@ -1,5 +1,5 @@
Pry.config.pager = false
Pry.config.editor = 'slime'
Pry.config.editor = 'vim'
Pry.config.prompt = [proc{'? '}, proc{'| '}]
Pry.config.commands.import(Pry::CommandSet.new do