diff options
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/term.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/nvim/lua/term.lua b/nvim/lua/term.lua index 9f3062d..e7aac4e 100644 --- a/nvim/lua/term.lua +++ b/nvim/lua/term.lua @@ -7,7 +7,7 @@ require("toggleterm").setup{        return vim.o.columns * 0.4      end    end, -  open_mapping = [[<c-\>]], -- or { [[<c-\>]], [[<c-¥>]] } if you also use a Japanese keyboard. +  open_mapping = [[<leader>`]], -- or { [[<c-\>]], [[<c-¥>]] } if you also use a Japanese keyboard.    hide_numbers = true, -- hide the number column in toggleterm buffers    shade_filetypes = {},    autochdir = false, -- when neovim changes it current directory the terminal will change it's own when next it's opened | 
