use backspace in oil

This commit is contained in:
Oliver Hartmann 2023-05-23 16:33:04 +02:00
parent 851238e0b9
commit 44376422e0

View File

@ -10,7 +10,7 @@ return {
['<C-p>'] = 'actions.preview',
['<C-c>'] = 'actions.close',
['<C-l>'] = 'actions.refresh',
['-'] = 'actions.parent',
['<backspace>'] = 'actions.parent',
['_'] = 'actions.open_cwd',
['`'] = 'actions.cd',
['~'] = 'actions.tcd',