From a1aab3f222239aec2ddc0a2c609d07d133116f82 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Wed, 16 Feb 2022 15:10:15 -0800 Subject: [PATCH] Wait longer for REPL setup (#28) --- 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