Skip to content

Commit

Permalink
feat: add floating terminal
Browse files Browse the repository at this point in the history
Signed-off-by: SUGIYAMA Yoshio <[email protected]>
  • Loading branch information
IMOKURI committed Dec 6, 2024
1 parent 1b1bc95 commit 4943ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nvim/lua/imokuri/plugin/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ return {
lazy = false,
keys = {
{ "<C-t>", "<Cmd>lua Snacks.terminal.toggle()<CR>", mode = { "n", "i", "t" } },
{ "<C-g>", "<Cmd>lua Snacks.terminal.toggle(vim.env.SHELL)<CR>", mode = { "n", "i", "t" } },
},
opts = {
bigfile = { enabled = true },
Expand Down

0 comments on commit 4943ae5

Please sign in to comment.