remap toggle terminal and switch from terminal mode to C-_
This commit is contained in:
parent
7f85740946
commit
5eee614863
@ -137,7 +137,7 @@ require('lazy').setup({
|
||||
version = "*",
|
||||
opts = {
|
||||
direction = "float",
|
||||
open_mapping = [[<C-\>]],
|
||||
open_mapping = [[<C-_>]],
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user