rxi / lite

A lightweight text editor written in Lua
MIT License
7.42k stars 353 forks source link

Settings / documentation ? #251

Open Steph0 opened 3 years ago

Steph0 commented 3 years ago

Hey there ! Nice work with Lite I'd like to use more the tool, but I could not find settings / shortcuts / documentation about how to use it (except for the code, but I'm no C++ / Lua dev. For example, when I do a search in a file (ctrl+F) I can't find how to search next occurrence. Simple use case but can't figure it out. Is there something that I am missing?

Thanks!

cultab commented 3 years ago

ctrl+d finds the next occurrence iirc.

To easily find all the keybinds I did a project search (ctrl+shift+p type "project search" press enter and then type the search term) in the core files and plugin files for keymap.add {

rileyhawk1417 commented 3 years ago

Wouldnt it be easier to have a reference manual or cheatsheet rather than experimenting or poking around? (I dont mind actually messing around with finding the keybindings).