Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-28 | cp: change -r to -R, --preserve=all to -p | Arun Prakash Jana | |
2018-11-28 | Fix #147: support one argument to editor | Arun Prakash Jana | |
2018-11-27 | Fix #143: support copy to clipboard | Arun Prakash Jana | |
2018-11-27 | Fix #143 | Arun Prakash Jana | |
2018-11-27 | Eliminate newline from selection buffer | Arun Prakash Jana | |
2018-11-27 | Use keybind ^T to go to next context | Arun Prakash Jana | |
2018-11-27 | Remove file path quoting | Arun Prakash Jana | |
2018-11-27 | Use ^B to go to next context | Arun Prakash Jana | |
2018-11-27 | Option to disable file open on Right and `l` | Arun Prakash Jana | |
2018-11-26 | Merge pull request #142 from josalmi/patch-1 | Arun Prakash Jana | |
Replace single dot with source for fish shell | |||
2018-11-26 | Replace single dot with source for fish shell | Joni Salmi | |
Single dot has been deprecated and can cause issues with users on newer version: https://github.com/fish-shell/fish-shell/issues/310 | |||
2018-11-25 | Rename macro | Arun Prakash Jana | |
2018-11-25 | Use ^G to discard seleciton and exit in vim plugin mode | Arun Prakash Jana | |
2018-11-25 | Update docs | Arun Prakash Jana | |
2018-11-24 | vim plugin has a new project page | Arun Prakash Jana | |
2018-11-24 | Merge pull request #138 from KillTheMule/patch-3 | Arun Prakash Jana | |
Add neovim support | |||
2018-11-24 | Add neovim support | KillTheMule | |
2018-11-24 | Update docs | Arun Prakash Jana | |
2018-11-24 | Update ToDo list # | Arun Prakash Jana | |
2018-11-24 | Handle DEL in rename prompt (Mac) | Arun Prakash Jana | |
2018-11-24 | Fix #135:wq | Arun Prakash Jana | |
2018-11-24 | Update docs | Arun Prakash Jana | |
2018-11-24 | Fix #133: Add nnn-picker.vim plugin | Arun Prakash Jana | |
2018-11-24 | option -p: pick last selected entry if no explicit select | Arun Prakash Jana | |
2018-11-23 | Fix lint issue | Arun Prakash Jana | |
2018-11-23 | Add option -p for file picker | Arun Prakash Jana | |
2018-11-23 | Add container for Arch Linux | Arun Prakash Jana | |
2018-11-23 | Prepare for release v2.1 | Arun Prakash Jana | |
2018-11-23 | Update help screen | Arun Prakash Jana | |
2018-11-23 | Fix keybind in doc | Arun Prakash Jana | |
2018-11-23 | Add `Y` as selection keybind | Arun Prakash Jana | |
2018-11-23 | Merge pull request #131 from Gumnos/Gumnos-dsusp-doc-patch-1 | Arun Prakash Jana | |
Annotate ^Y/DSUSP issue on BSDs caused by `stty` | |||
2018-11-23 | Merge pull request #132 from Gumnos/Gumnos-export-export-patch-1 | Arun Prakash Jana | |
Remove redundant "export" from man page | |||
2018-11-22 | Remove redundant "export" from man page | Tim Chase | |
2018-11-22 | Annotate ^Y/DSUSP issue on BSDs caused by `stty` | Tim Chase | |
On at least FreeBSD & OpenBSD, typing `^Y` will send a `DSUSP` signal, suspending the process. Annotate the issue along with a solution to allow `^Y` to work on these. There may be similar issues on NetBSD or possibly on OSX, but I don't have either available for testing. | |||
2018-11-22 | Update comments | Arun Prakash Jana | |
2018-11-22 | Add file to the list of deps | Arun Prakash Jana | |
2018-11-21 | Remove default case of unhandled keys | Arun Prakash Jana | |
2018-11-20 | Show warnings for copy, move, multiple remove | Arun Prakash Jana | |
2018-11-20 | Define S_BLKSIZE if not defined | Arun Prakash Jana | |
2018-11-20 | Update docs on file path copy | Arun Prakash Jana | |
2018-11-20 | Retain filter state on unhandled keypress | Arun Prakash Jana | |
2018-11-17 | Rudimentary C Shell script to quit and cd | Arun Prakash Jana | |
2018-11-17 | Switch X and ^X key functionality | Arun Prakash Jana | |
2018-11-15 | Use ^W to visit pinned directory. | Arun Prakash Jana | |
Turns out ^B is also intercepted by Windows. | |||
2018-11-15 | Merge pull request #129 from fengyichui/master | Arun Prakash Jana | |
Fix BLK_SHIFT may be wrong in some platforms #128 | |||
2018-11-15 | Initialize BLK_SHIFT with '-S' option | fengyichui | |
2018-11-15 | Fix BLK_SHIFT may be wrong in some platforms #128 | fengyichui | |
2018-11-15 | Fix BLK_SHIFT may be wrong in some platforms #128 | fengyichui | |
2018-11-14 | Change visit pinned dir key to ^B. | Arun Prakash Jana | |
^V does not work while working on Windows. It is intercepted as paste. |