remap toggle terminal and switch from terminal mode to C-_

This commit is contained in:
Łukasz Pankowski 2023-08-31 21:24:51 +02:00
parent e0246bd8c5
commit 67a7110a5e
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ require('lazy').setup({
version = "*",
opts = {
direction = "float",
open_mapping = [[<C-\>]],
open_mapping = [[<C-_>]],
}
},

View File

@ -75,7 +75,7 @@ vim.keymap.set("n", "<leader>ss", "<cmd>source ~/.config/nvim/after/plugin/luasn
-- terminal
key('t', '<C-g>', '<C-\\><C-n>')
key('t', '<C-_>', '<C-\\><C-n>')
-- harpoon