mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 13:31:04 +00:00
Add mapping to open shell test
This commit is contained in:
parent
e0e3965d75
commit
29f1a44afa
1 changed files with 3 additions and 0 deletions
|
|
@ -191,3 +191,6 @@ map("n", "<leader>m5", "'e", { desc = "Go to mark 'e'" })
|
||||||
|
|
||||||
-- Notes
|
-- Notes
|
||||||
map("n", "<leader>no", ":vs ~/.tmp/notes.md<cr>", { desc = "Open 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" })
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue