11
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Ctrl+w o and Ctrl+w v normal mode commands More... about 13 years ago
Handle Home and End keys in command line mode More... about 13 years ago
Escape filenames when renaming files More... about 13 years ago
Handle rename file error More... about 13 years ago
Added one more todo (save panel directories befor quit) More... about 13 years ago
Expanding command line More... about 13 years ago
Draw prompt in status bar after key pressed. More... about 13 years ago
Use CMD_MAX_LEN everywhere not only in rline.c. More... about 13 years ago
Added Ctrl-w Ctrl-w normal mode command More... about 13 years ago
Added Ctrl-e/Ctrl-y normal mode commands More... about 13 years ago
Synchronize rborder draw code in setup_ncurses_interface() with one in redraw_window() More... about 13 years ago
Use clean_selected_files for clearing selection everywhere where it's possible. More... about 13 years ago
Implemented zb normal mode command More... about 13 years ago
Implemented zt normal move command More... about 13 years ago
Implemented zz normal mode command More... about 13 years ago
Display ^W in num_win More... about 13 years ago
Added . normal mode command to documentation More... about 13 years ago
Added Ctrl-W h/l to the documentation More... about 13 years ago
Refactored update_all_windows() in keys.c More... about 13 years ago
Moved rename_file() to fileops.c. Removed unneeded (now) if blocks. More... about 13 years ago
Coding style corrections More... about 13 years ago
Fixed filename completion. More... about 13 years ago
Added vim modelines. Retabed. Removed space at end of lines. More... about 13 years ago
Removed a lot of free() related funny things. More... about 13 years ago
Added constant for magic number 1000 (KEYPRESS_TIMEOUT). More... about 13 years ago
Added missed header guards More... about 13 years ago
Added error message about too long cmdline More... about 13 years ago
Normal way to rename file. More... about 13 years ago
Now non Latin characters can be used to rename files. More... about 13 years ago
Added Ctrl+p/Ctrl+n as duplicates for up/down arrows in command line mode. More... about 13 years ago