1
0
Fork 0

nvim: remap table-mode prefix

This commit is contained in:
tastytea 2022-09-08 01:16:13 +02:00
parent 9f2792fee8
commit f7fb3b1a0e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ map('n', '<F21>', mind.open_project, 'Open project mind') -- <S-F9> = <F21>
require('nvim-surround').setup({})
vim.g.table_mode_map_prefix = nil -- disable keymaps
vim.g.table_mode_map_prefix = '<Leader><S-T>'
require('dressing').setup({})
vim.notify = require('notify')