From 9c1a5f7a14bc732b1024a4d859e570afe92bc538 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Sep 2023 13:20:56 +0200 Subject: [PATCH] todo copy --- lua/plex/plugins/neo-tree.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plex/plugins/neo-tree.lua b/lua/plex/plugins/neo-tree.lua index e4d034f..7d9bf09 100644 --- a/lua/plex/plugins/neo-tree.lua +++ b/lua/plex/plugins/neo-tree.lua @@ -1,6 +1,7 @@ -- Plugin: Neo-tree -- https://github.com/rafi/vim-config + local winwidth = 30 -- Toggle width. @@ -154,6 +155,7 @@ return { ['d'] = 'noop', ['dd'] = 'delete', ['r'] = 'rename', + -- TODO: y to copy path name ['y'] = 'copy_to_clipboard', ['x'] = 'cut_to_clipboard', ['P'] = 'paste_from_clipboard',