From 9a3e950a646cdf92628275fc47b67f4242abf887 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 17 Aug 2022 21:00:49 -0500 Subject: [PATCH] docs(julia): add keybindings --- modules/lang/julia/README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/lang/julia/README.org b/modules/lang/julia/README.org index 3e4f0c960..bb685d1a2 100644 --- a/modules/lang/julia/README.org +++ b/modules/lang/julia/README.org @@ -109,6 +109,19 @@ But to let [[doom-package:eglot-jl]] use the environment bundled with it, set it [[doom-package:eglot]] features. It requires ~LanguageServer.jl~, the installation of which is described above. +** Snail + +| Keybind | Command | +|-----------------------------+-----------------------------------| +| [[kbd:][ ']] | ~julia-snail~ | +| [[kbd:][ a]] | ~julia-snail-package-activate~ | +| [[kbd:][ r]] | ~julia-snail-update-module-cache~ | +| [[kbd:][ d]] | ~julia-snail-doc-lookup~ | +| [[kbd:][ e b]] | ~julia-snail-send-buffer-file~ | +| [[kbd:][ e l]] | ~julia-snail-send-line~ | +| [[kbd:][ e r]] | ~julia-snail-send-region~ | +| [[kbd:][ e e]] | ~julia-snail-send-dwim~ | + * TODO Configuration #+begin_quote 🔨 /This module's configuration documentation is incomplete./ [[doom-contrib-module:][Complete it?]]