oil updates, telescope config mapping

This commit is contained in:
Alexander Muszynski
2024-07-18 17:10:15 -04:00
parent b0d41c383f
commit ad8e634d1a
4 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -63,10 +63,10 @@ local opt = {
['t'] = { 'actions.select', opts = { tab = true }, desc = 'Open the entry in new tab' },
['<C-p>'] = 'actions.preview',
['<C-c>'] = 'actions.close',
['<ESC>'] = 'actions.close',
['<C-l>'] = 'actions.refresh',
['-'] = 'actions.parent',
['_'] = 'actions.open_cwd',
['<ESC>'] = 'actions.open_cwd',
['`'] = 'actions.cd',
['~'] = { 'actions.cd', opts = { scope = 'tab' }, desc = ':tcd to the current oil directory' },
['gs'] = 'actions.change_sort',