Add mapping to open shell test

This commit is contained in:
Marcelo Jacobus 2025-01-24 10:00:58 -03:00
parent e0e3965d75
commit 29f1a44afa

View file

@ -191,3 +191,6 @@ map("n", "<leader>m5", "'e", { desc = "Go to mark 'e'" })
-- Notes
map("n", "<leader>no", ":vs ~/.tmp/notes.md<cr>", { desc = "Open notes" })
-- shell_test
map("n", "<leader><leader>1", ":e shell_test<cr>", { desc = "Open shell_test" })