Add default keybinding flag. Resolves #1691

This commit is contained in:
kyle tibbetts
2021-08-16 21:51:12 -04:00
committed by Dawa Ometto
parent 9c2f8dfeba
commit 9e722c5033
19 changed files with 131 additions and 25 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ require ::File.expand_path('../gollum/uri_encode_component', __FILE__)
module Gollum
VERSION = '5.3.0'
KEYBINDINGS = ['default', 'vim', 'emacs']
::I18n.available_locales = [:en]
::I18n.load_path = Dir[::File.expand_path("lib/gollum/locales") + "/*.yml"]