Skip to content

Commit

Permalink
refactor: make toggleterm borderless
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed Oct 15, 2024
1 parent b701a97 commit 221ef36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/common/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ later(function()
require("toggleterm").setup({
direction = "float",
open_mapping = [[<c-\>]],
float_opts = { border = "none" },
})
-- terminal mappings
vim.keymap.set("t", "<esc><esc>", [[<c-\><c-n>]], { desc = "Enter Normal Mode" })
Expand Down

0 comments on commit 221ef36

Please # to comment.