Mercurial > ec-dotfiles
view rc/irbrc @ 680:a34ee4c7d0ce
[vimrc] Newer vim seem to have mouse enabled by default?
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 13 Jun 2022 00:56:26 +0900 |
parents | b95069a1f664 |
children | 6010e722b5da |
line wrap: on
line source
require 'irb/ext/save-history' IRB.conf[:SAVE_HISTORY] = 20000 IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" IRB.conf[:USE_AUTOCOMPLETE] = false