open in new tab with ot or in split with os and ov
This commit is contained in:
parent
e1e85123a5
commit
f9ba08ddac
|
@ -143,10 +143,10 @@ return {
|
||||||
['z'] = 'close_all_nodes',
|
['z'] = 'close_all_nodes',
|
||||||
['<C-r>'] = 'refresh',
|
['<C-r>'] = 'refresh',
|
||||||
|
|
||||||
['s'] = 'noop',
|
['o'] = 'noop',
|
||||||
['sv'] = 'open_split',
|
['os'] = 'open_split',
|
||||||
['sg'] = 'open_vsplit',
|
['ov'] = 'open_vsplit',
|
||||||
['st'] = 'open_tabnew',
|
['ot'] = 'open_tabnew',
|
||||||
|
|
||||||
['c'] = { 'copy', config = { show_path = 'relative' } },
|
['c'] = { 'copy', config = { show_path = 'relative' } },
|
||||||
['m'] = { 'move', config = { show_path = 'relative' } },
|
['m'] = { 'move', config = { show_path = 'relative' } },
|
||||||
|
|
Loading…
Reference in New Issue