mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +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
|
||||
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