kaktree icon indicating copy to clipboard operation
kaktree copied to clipboard

File explorer side panel for Kakoune

Results 13 kaktree issues
Sort by recently updated
recently updated
newest added

**Breaking change**: no **Description**: Add "yank basename" function

## Problem description Error message when toggling show_hidden_files with `h` or `set-option`. It works, but an error message is printed into `*debug*` ``` plug "andreyorst/kaktree" config %{ hook global WinSetOption...

Hi, first of all, thanks for writting this plugin. I would like to be able to turn my current buffer into kaktree, right now if I open it with panes...

**Breaking change**: no **Description**: The previous version did no longer work with files with spaces in the filename. I found that this was caused by double escaping of the space....

I usually have at least two files open simultaneously at all times and I haven't found a nice way of opening a file with kaktree in any other kakoune instance...

## Problem description The function kaktree--refresh is called after moving, creating or deleting a file. Every time kaktree--refresh is called, the cursor goes to the first line. It would be...

It would be nice if there were an option to be able to have the return key simply open a directory tree when the selection is a directory, and open...

enhancement

It seems that currently the client on which a file to be opened is shown is static, but I think the more reasonable default behavior would be to show the...

question

Right now kaktree needs a bunch of non-POSIX ls command line options to work. It would be great to POSIX-fy the ls usage in order to enable the plugin to...

enhancement

## Problem description Kaktree doesn't open when using the kitty terminal emulator. From my testing I think the problem might be in kaktree--display, the variable $kak_opt_termcmd is empty, thus not...

bug