mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
nvim: escaping terminal mode
This commit is contained in:
parent
f2319a16ab
commit
20f5f4bddd
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ vim.o.completeopt = 'menuone,noselect'
|
|||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
-- Escaping Terminal mode
|
||||
vim.keymap.set({ 't' }, ';;', '<C-\\><C-n>', { silent = true })
|
||||
|
||||
-- Keymaps for better default experience
|
||||
-- See `:help vim.keymap.set()`
|
||||
vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue