-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpcurses.conf
More file actions
33 lines (27 loc) · 809 Bytes
/
pcurses.conf
File metadata and controls
33 lines (27 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# this is the configuration file for pcurses
#
# macro mappings with syntax map=command
# for example: pacmansync=!sudo pacman -S '%p'
#
# if the right side contains macros, several macros can be chained by
# separating them with a comma: ','
#
# startup options are set by defining a macro called "startup"
# hotkeys 0-9 are set by defining macros called "1", "2", ...
startup=@colorbyrepo,sortbyname
1=@clearfilter,filterupdates
2=@clearfilter,filterinstalled
5=@pacmanrefresh
6=@pacmansync
7=@pacmanremove
sortbyname=.n
sortbysize=.i
colorbyrepo=;r
filterupdates=/d:update available
filterinstalled=/t:^(as|exp)
pacmansync=!sudo pacman -S %p
pacmanremove=!sudo pacman -Rs %p
pacmanrefresh=!sudo pacman -Sy
editsortedbysize=@sortbysize,editinvim
editinvim=!echo '%p' | vim -
clearfilter=%filter_clear