Teditor icon indicating copy to clipboard operation
Teditor copied to clipboard

feat: implement forward search functionality

Open rayworks opened this issue 5 months ago • 11 comments

  • Implement search_fwd() function in ted_buffer.c

    • Search from current cursor position forward through buffer
    • Move cursor to first match found
  • Add search command to ted_commands.c

    • Prompt user for search keyword
    • Integrate with search_fwd() function
  • Add ctrl+r keybinding for search in ted_input.c

  • Add command hints for search functionality

rayworks avatar Aug 12 '25 09:08 rayworks