Change editor to vim
This commit is contained in:
parent
25a4234dd4
commit
3462d371de
@ -12,7 +12,7 @@
|
|||||||
ui = true
|
ui = true
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
editor = slime
|
editor = vim
|
||||||
[apply]
|
[apply]
|
||||||
whitespace = nowarn
|
whitespace = nowarn
|
||||||
[mergetool]
|
[mergetool]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Pry.config.pager = false
|
Pry.config.pager = false
|
||||||
Pry.config.editor = 'slime'
|
Pry.config.editor = 'vim'
|
||||||
Pry.config.prompt = [proc{'? '}, proc{'| '}]
|
Pry.config.prompt = [proc{'? '}, proc{'| '}]
|
||||||
|
|
||||||
Pry.config.commands.import(Pry::CommandSet.new do
|
Pry.config.commands.import(Pry::CommandSet.new do
|
||||||
|
Loading…
Reference in New Issue
Block a user