index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1114B) | |
--- | |
1 navhistory | |
2 ========== | |
3 | |
4 Description | |
5 ------------ | |
6 This patch provides dmenu the ability for history navigation similar to … | |
7 of bash. Press alt+p for the previous history and alt+n for the next. | |
8 | |
9 Configuration | |
10 ------------- | |
11 Set the maximum number of histories with a new variable 'maxhist' in con… | |
12 By default, it only records a new history if it is not the same as the l… | |
13 To change this behaviour, set 'histnodup' to 0 in config.h. | |
14 | |
15 Download | |
16 -------- | |
17 * [dmenu-navhistory-5.0.diff](dmenu-navhistory-5.0.diff) | |
18 * [dmenu-navhistory-4.6.diff](dmenu-navhistory-4.6.diff) | |
19 | |
20 ### With Search | |
21 This patch extends navhist with history-search functionality. Press | |
22 ctrl-r, like in bash or ksh, and the suggestions will be replaced with | |
23 the history. Press ctrl-r again to revert. | |
24 | |
25 * [dmenu-navhistory+search-20200709.diff](dmenu-navhistory+search-202007… | |
26 * [dmenu-navhistory+search-20250328-52fc8a0.diff](dmenu-navhistory+searc… | |
27 | |
28 Author | |
29 ------ | |
30 * phi <[email protected]> | |
31 * Philip K. - philipk (at) posteo (dot) net | |
32 * [El Bachir](https://github.com/elbachir-one) (2025-03-28) |