wsl #1

Merged
cscherrNT merged 11 commits from wsl into master 2023-09-07 17:05:13 +02:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit f9ba08ddac - Show all commits

View File

@ -143,10 +143,10 @@ return {
['z'] = 'close_all_nodes',
['<C-r>'] = 'refresh',
['s'] = 'noop',
['sv'] = 'open_split',
['sg'] = 'open_vsplit',
['st'] = 'open_tabnew',
['o'] = 'noop',
['os'] = 'open_split',
['ov'] = 'open_vsplit',
['ot'] = 'open_tabnew',
['c'] = { 'copy', config = { show_path = 'relative' } },
['m'] = { 'move', config = { show_path = 'relative' } },