Skip to content

Instantly share code, notes, and snippets.

@petrenkorf
Created March 27, 2024 03:06
Show Gist options
  • Save petrenkorf/5d2c10b6373697e7c047e1f504dd33e1 to your computer and use it in GitHub Desktop.
Save petrenkorf/5d2c10b6373697e7c047e1f504dd33e1 to your computer and use it in GitHub Desktop.
Conjure shortcuts
<leader>eb - Evaluates the whole buffer
<leader>ls - Open log buffer horizontally
<leader>lv - Open log buffer vertically
<leader>lt - Open log buffer in a new tab
<leader>lq - Closes all visible log windows
<leader>lr - Reset log buffer leaving windows open
<leader>lR - Closes windows, deletes the buffer
<leader>ee - Evaluates the form where under cursor
<leader>er - Evaluates the outermost form under cursor
<leader>e! - Replaces the evaluated form with the result of the evaluation
<leader>ew - Displays the content of ther variable under the cursor
<leader>E - Evaluates visual selection
"cp - Paste the contents of register. The result of every evaluation is stored in the register
mf - Set the f mark at the location under cursor (f can be replaced by other characters)
<leader>emf - Evaluates the form where f mark was located (f can be replaced by other characters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment