Quick open any file

43 views
Skip to first unread message

Chris De Boeck

unread,
Nov 7, 2020, 3:18:34 PM11/7/20
to scite-interest
Hi,

Does anyone know a good lua script to quickly find files in the current directory + subdirectories? Somehow equivalent to sublime text's ctrl+p?

Thx

Gavin Holt

unread,
Nov 8, 2020, 12:42:13 PM11/8/20
to scite-interest
Hi

Solution for Windows only:

My scite customization script includes a function loading a user strip loaded with the first 1000 results from "dir /s/b *.*" for the directory of the current file.

This function calls several others - but they are all contained in the single script file.

My keybinding is CTRL+ALT+O - but you could edit this within the script.

See the Github repo for a working binary installation: https://github.com/Gavin-Holt/SciTEwithStrips

Kind Regards Gavin Holt


SciTEStripped.lua
Reply all
Reply to author
Forward
0 new messages