mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Set floatterm open mapping to <C-t>
This commit is contained in:
parent
78c6f0d26c
commit
a498f4264a
|
@ -45,6 +45,8 @@ lvim.keys.normal_mode["<S-F11>"] = ":DapStepOut<CR>"
|
|||
lvim.keys.normal_mode["cn"] = "*``cgn"
|
||||
lvim.keys.normal_mode["cN"] = "*``cgN"
|
||||
|
||||
lvim.builtin.terminal.open_mapping = "<C-t>"
|
||||
|
||||
-- Quick replace all
|
||||
vim.api.nvim_set_keymap("n", "<A-r>", "", {
|
||||
noremap = true,
|
||||
|
|
Loading…
Reference in a new issue