Skip to content

AdnanGhannam2001/tedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEdit

A simple text editor built with C++17 using SFML only

Keybindings

  • C-f: Go forward
  • C-b: Go backward
  • C-n: Next line
  • C-p: Previous line
  • C-a: Go to then beginning of line
  • C-e: Go to the end of line
  • C-d: Delete forward
  • C-h: Delete backward
  • C-space: Switch select mode
  • C-x: Cut selected
  • C-w: Copy selected
  • C-y: Paste
  • C-s: Save
  • C-o: Open

About

A simple text editor built with C++17 using SFML

Topics

Resources

License

Stars

Watchers

Forks