about summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* cheatsheet: Update IRC referencetoonn2021-05-191-1/+1
* manpage: Update IRC referencetoonn2021-05-192-4/+4
* doc: Update man page re right clicking to open filestoonn2021-05-172-12/+12
* doc: New -s flag for consoletoonn2021-01-222-10/+14
* Remove redundant blank line in docstoonn2020-11-181-1/+0
* Document draw_borders_multipanetoonn2020-11-182-2/+22
* Regenerate rifle man pagetoonn2020-11-081-1/+1
* Update the docs to reflect changes to codeZoran Plesivcak2020-11-082-4/+4
* Fully migrate from distutils to setuptoolsWojciech Siewierski2020-05-131-1/+1
* Refer to the correct environment variable for selecting a theme for batDany Marcoux2020-03-032-3/+3
* 2019-07-181-2/+2
| * | | Added a conflict parameter to the paste actionChristian Zangl2019-07-141-0/+3
| | |/ | |/|
* | | Add list of optional deps to man pagetoonn2019-12-212-8/+160
* | | Merge branch 'leiserfg-patch-1'toonn2019-12-212-4/+17
|\ \ \
| * | | Add bat to documentationtoonn2019-12-202-4/+16
* | | | Document the usage of ? (help)Sighery2019-12-201-79/+96
* | | | Add Space and navigation keys to the cheatsheetSighery2019-12-201-879/+894
| |_|/ |/| |
* | | Expand :trash docstoonn2019-10-022-6/+16
* | | Document :trash commandtoonn2019-10-022-1/+14
* | | Reword the vcs_msg_length docsWojciech Siewierski2019-10-022-2/+4
* | | Add a configurable VCS max message lengthWojciech Siewierski2019-10-012-1/+8
* | | Merge branch 'dotdesktop'toonn2019-09-241-0/+1
|\ \ \
| * | | Add Launcher to keywords because of rifletoonn2019-09-241-1/+1
| * | | Apply debian patch 0004 desktop entry lacks keywordstoonn2019-09-241-0/+1
* | | | Document tab_shift keybindingstoonn2019-09-242-1/+8
|/ / /
* | | Add multiple section headings for command variationstoonn2019-09-232-8/+50
* | | Give cmap and cunmap and friends similar treatmentToon Nolten2019-09-202-53/+11
* | | Remove redundant copymap sectionstoonn2019-09-182-25/+4
* | | Add example to copymap manpage entrytoonn2019-09-182-3/+5
n> = STDOUT process = Popen(command, shell=True, **kw) if wait: waitpid_no_intr(process.pid) finally: if suspend and fm and fm.ui: fm.ui.initialize()