Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jun 6, 2024
1 parent bf9f437 commit 63f46b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ make assumptions about how you work.
desc = "Bring up the DevContainer",
},
{
"<leader>Dd",
"<leader>Dc",
":DevcontainerConnect<CR>",
desc = "Connect to DevContainer",
},
{
"<leader>Dc",
"<leader>Dd",
":DevcontainerDown<CR>",
desc = "Kill the current DevContainer",
},
Expand Down

0 comments on commit 63f46b8

Please sign in to comment.