From 8aadd8b079f36f986b5958aee8636a40afde80fd Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Wed, 16 Feb 2022 11:55:25 +0900 Subject: [PATCH] Wait longer for REPL setup --- src/keybinds.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybinds.jl b/src/keybinds.jl index c194d03..cc45ba1 100644 --- a/src/keybinds.jl +++ b/src/keybinds.jl @@ -19,7 +19,7 @@ end function setup_keybinds_impl() # This is why we need https://github.com/JuliaLang/julia/pull/29896... - for _ in 1:20 + for _ in 1:200 try Base.active_repl.interface.modes[1].keymap_dict @goto ok