diff options
| author | Christian Chiarulli <[email protected]> | 2022-09-15 23:33:08 -0400 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-15 23:33:08 -0400 | 
| commit | a4c2dc4d0b638a50c3219f247b09e6238a44ec50 (patch) | |
| tree | 250527d4ca3a5644d6d6fbae80d9d5a2abee5b0d /lua/lvim/core/terminal.lua | |
| parent | 464ad8b0035cbcaf4864d14da598b77a939026d8 (diff) | |
refactor: small improvements (#3021)
Diffstat (limited to 'lua/lvim/core/terminal.lua')
| -rw-r--r-- | lua/lvim/core/terminal.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lua/lvim/core/terminal.lua b/lua/lvim/core/terminal.lua index 6f543d06..ac844b11 100644 --- a/lua/lvim/core/terminal.lua +++ b/lua/lvim/core/terminal.lua @@ -6,8 +6,8 @@ M.config = function()      on_config_done = nil,      -- size can be a number or function which is passed the current terminal      size = 20, -    -- open_mapping = [[<c-\>]], -    open_mapping = [[<c-t>]], +    open_mapping = [[<c-\>]], +    -- open_mapping = [[<c-t>]],      hide_numbers = true, -- hide the number column in toggleterm buffers      shade_filetypes = {},      shade_terminals = true, | 
