wsl #1

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

View File

@ -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: <leader>y to copy path name
['y'] = 'copy_to_clipboard',
['x'] = 'cut_to_clipboard',
['P'] = 'paste_from_clipboard',