You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia 1.9 introduces the ability to switch the contextual module of the REPL by navigating the cursor to a module name and using the Alt-m keybinding. Details here: JuliaLang/julia#33872
This does not work when using Normal mode from VimBindings.jl.
The user is still able to use the Alt-m keybinding by using Insert mode, or can activate a module with using REPL; REPL.activate(ModuleName)
The text was updated successfully, but these errors were encountered:
Julia 1.9 introduces the ability to switch the contextual module of the REPL by navigating the cursor to a module name and using the
Alt-m
keybinding. Details here: JuliaLang/julia#33872This does not work when using Normal mode from VimBindings.jl.
The user is still able to use the
Alt-m
keybinding by using Insert mode, or can activate a module withusing REPL; REPL.activate(ModuleName)
The text was updated successfully, but these errors were encountered: