todo copy
This commit is contained in:
parent
e9cff66ed5
commit
9c1a5f7a14
|
@ -1,6 +1,7 @@
|
||||||
-- Plugin: Neo-tree
|
-- Plugin: Neo-tree
|
||||||
-- https://github.com/rafi/vim-config
|
-- https://github.com/rafi/vim-config
|
||||||
|
|
||||||
|
|
||||||
local winwidth = 30
|
local winwidth = 30
|
||||||
|
|
||||||
-- Toggle width.
|
-- Toggle width.
|
||||||
|
@ -154,6 +155,7 @@ return {
|
||||||
['d'] = 'noop',
|
['d'] = 'noop',
|
||||||
['dd'] = 'delete',
|
['dd'] = 'delete',
|
||||||
['r'] = 'rename',
|
['r'] = 'rename',
|
||||||
|
-- TODO: <leader>y to copy path name
|
||||||
['y'] = 'copy_to_clipboard',
|
['y'] = 'copy_to_clipboard',
|
||||||
['x'] = 'cut_to_clipboard',
|
['x'] = 'cut_to_clipboard',
|
||||||
['P'] = 'paste_from_clipboard',
|
['P'] = 'paste_from_clipboard',
|
||||||
|
|
Loading…
Reference in New Issue