Skip to content

Commit

Permalink
📝 fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
friedow committed Nov 20, 2024
1 parent 01c9577 commit 3129274
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 @@ -22,10 +22,10 @@ Just add a keybind and start toggling terminals.

```lua
vim.keymap.set("n", "<C-1>", function()
require("buggler").toggle_terminal_buffer("Terminal 1")
require("buggler").toggle_terminal_buffer("Terminal 1")
end)

vim.keymap.set("n", "<C-2>", function()
require("buggler").toggle_terminal_buffer("Terminal 2")
require("buggler").toggle_terminal_buffer("Terminal 2")
end)
```

0 comments on commit 3129274

Please sign in to comment.