Skip to content

Mapping to jump to REPL from any window #34

Closed Answered by igorlfs
rpop0 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

With cd8781a, you can add mapping for that:

vim.keymap.set("n", "<F4>", function()
	require("dap-view").jump_to_view("repl")
end)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by igorlfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants