Change editor to vim
This commit is contained in:
parent
25a4234dd4
commit
3462d371de
@ -12,7 +12,7 @@
|
||||
ui = true
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
editor = slime
|
||||
editor = vim
|
||||
[apply]
|
||||
whitespace = nowarn
|
||||
[mergetool]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user