Remove useless keybinding
This commit is contained in:
parent
aa0176f411
commit
8c2ffc6202
1 changed files with 0 additions and 7 deletions
|
@ -13,13 +13,6 @@ local t = function(str)
|
|||
return vim.api.nvim_replace_termcodes(str, true, true, true)
|
||||
end
|
||||
|
||||
vim.api.nvim_set_keymap(
|
||||
'i',
|
||||
'<Tab>',
|
||||
'v:lua.smart_tab()',
|
||||
{noremap = true, expr = true}
|
||||
)
|
||||
|
||||
-- git sign
|
||||
-- Actions
|
||||
local opts = { noremap = true, silent = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue