@@ -91,7 +91,7 @@ function M.on_attach_default(bufnr)
9191 vim .keymap .set (" n" , " f" , api .filter .live .start , opts (" Live Filter: Start" ))
9292 vim .keymap .set (" n" , " g?" , api .tree .toggle_help , opts (" Help" ))
9393 vim .keymap .set ({ " n" , " x" }, " gy" , api .fs .copy .absolute_path , opts (" Copy Absolute Path" ))
94- vim .keymap .set ({ " n" , " x" }, " bgy" , api .fs .copy .absolute_path_with_protocol , opts (" Copy Absolute Path With Protocol" ))
94+ vim .keymap .set ({ " n" , " x" }, " bgy" , api .fs .copy .absolute_path_with_protocol , opts (" Copy With Protocol" ))
9595 vim .keymap .set ({ " n" , " x" }, " ge" , api .fs .copy .basename , opts (" Copy Basename" ))
9696 vim .keymap .set (" n" , " H" , api .filter .dotfiles .toggle , opts (" Toggle Filter: Dotfiles" ))
9797 vim .keymap .set (" n" , " I" , api .filter .git .ignored .toggle , opts (" Toggle Filter: Git Ignored" ))
@@ -103,7 +103,7 @@ function M.on_attach_default(bufnr)
103103 vim .keymap .set (" n" , " o" , api .node .open .edit , opts (" Open" ))
104104 vim .keymap .set (" n" , " O" , api .node .open .no_window_picker , opts (" Open: No Window Picker" ))
105105 vim .keymap .set (" n" , " p" , api .fs .paste , opts (" Paste" ))
106- vim .keymap .set (" n" , " gp " , api .fs .paste_with_protocol , opts (" Paste With Protocol" ))
106+ vim .keymap .set (" n" , " bgp " , api .fs .paste_with_protocol , opts (" Paste With Protocol" ))
107107 vim .keymap .set (" n" , " P" , api .node .navigate .parent , opts (" Parent Directory" ))
108108 vim .keymap .set (" n" , " q" , api .tree .close , opts (" Close" ))
109109 vim .keymap .set (" n" , " r" , api .fs .rename , opts (" Rename" ))
0 commit comments