| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-29 | Fix #200: bind ^P to show command prompt | ||
| 2019-01-26 | Use ^B to visit pinned directory | ||
| 2019-01-23 | New key to tkae note ^N | ||
| 2019-01-23 | Remove shortcuts ^H, ^N, ^P | ||
| 2019-01-19 | Combine cases | ||
| SEL_CDHOME, SEL_CDBEGIN, SEL_CDLAST, SEL_VISIT | |||
| 2019-01-19 | Take notes with N | ||
| 2019-01-19 | Remove key Backspace | ||
| 2019-01-19 | Key N to switch to context N | ||
| 2019-01-19 | Remove keys ^, $ | ||
| 2019-01-06 | Map ^V to run custom script | ||
| 2019-01-01 | Prepare for release v2.2 | ||
| 2018-12-16 | A better case name | ||
| 2018-12-16 | Use run a command to launch apps | ||
| 2018-12-09 | Support run a command | ||
| 2018-12-08 | Support run file as executable | ||
| 2018-12-08 | Ensure NNN_SCRIPT(suffix) exists | ||
| 2018-12-08 | Changes for running scripts | ||
| 2018-12-08 | Group similar options in browse() | ||
| 2018-12-08 | Disable undocumented F2 and F5 | ||
| 2018-12-05 | Map ^I to context cycle | ||
| 2018-12-05 | Make ^T shortcut for nav-as-you-type. | ||
| The code for Tab and ^I are same when capture din getch(). | |||
| 2018-12-05 | Detect filetype using file output | ||
| 2018-12-05 | Remove redundant structure member | ||
| 2018-12-02 | Support TAB to cycle contexts | ||
| 2018-12-01 | Fix #157: support one combined arg for EDITOR, PAGER and SHELL | ||
| 2018-12-01 | Split EDITOR & PAGER options, concise NNN_USE_EDITOR logic. | ||
| 2018-12-01 | Get pager with arg | ||
| 2018-11-28 | Remove .js from mime list | ||
| 2018-11-28 | Fix #150: treat js file as text | ||
| 2018-11-27 | Use keybind ^T to go to next context | ||
| 2018-11-27 | Remove file path quoting | ||
| 2018-11-27 | Use ^B to go to next context | ||
| 2018-11-27 | Option to disable file open on Right and `l` | ||
| 2018-11-25 | Rename macro | ||
| 2018-11-24 | Handle DEL in rename prompt (Mac) | ||
| 2018-11-23 | Add `Y` as selection keybind | ||
| 2018-11-17 | Switch X and ^X key functionality | ||
| 2018-11-15 | Use ^W to visit pinned directory. | ||
| Turns out ^B is also intercepted by Windows. | |||
| 2018-11-14 | Change visit pinned dir key to ^B. | ||
| ^V does not work while working on Windows. It is intercepted as paste. | |||
| 2018-11-12 | Use the term Leader key | ||
| 2018-11-12 | Use ^B as the Leader key | ||
| 2018-11-11 | Support file cp, mv, rm through selection | ||
| 2018-11-10 | Re-structure files | ||