mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-04-16 20:38:31 +02:00
Fix: Disabled <ESC> for both neo-tree and telescope pickers. Because alpha was closing the whole tab while closing neo-t\ree with <ESC>.
This commit is contained in:
@@ -47,6 +47,10 @@ return {
|
||||
['<C-u>'] = false,
|
||||
['<C-d>'] = false,
|
||||
},
|
||||
n = {
|
||||
-- disable ESC
|
||||
['<ESC>'] = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user