-
Notifications
You must be signed in to change notification settings - Fork 7
/
memo.conf
52 lines (41 loc) · 1.63 KB
/
memo.conf
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# File path gets expanded, leave empty for in-memory history
history_path=~~/memo-history.log
# How many entries to display in menu
entries=10
# Display navigation to older/newer entries
pagination=yes
# Display files only once
hide_duplicates=yes
# Check if files still exist
hide_deleted=yes
# Display only the latest file from each directory
hide_same_dir=no
# Date format https://www.lua.org/pil/22.1.html
timestamp_format=%Y-%m-%d %H:%M:%S
# Display titles instead of filenames when available
use_titles=yes
# Truncate titles to n characters, 0 to disable
truncate_titles=60
# Meant for use in auto profiles
enabled=yes
# Keybinds for vanilla menu
up_binding=UP WHEEL_UP
down_binding=DOWN WHEEL_DOWN
select_binding=RIGHT ENTER
append_binding=Shift+RIGHT Shift+ENTER
close_binding=LEFT ESC
# Path prefixes for the recent directory menu
# This can be used to restrict the parent directory relative to which the
# directories are shown.
# Syntax
# Prefixes are separated by | and can use Lua patterns by prefixing
# them with "pattern:", otherwise they will be treated as plain text.
# Pattern syntax can be found here https://www.lua.org/manual/5.1/manual.html#5.4.1
# Example
# "path_prefixes=My-Movies|pattern:TV Shows/.-/|Anime" will show directories
# that are direct subdirectories of directories named "My-Movies" as well as
# "Anime", while for TV Shows the shown directories are one level below that.
# Opening the file "/data/TV Shows/Comedy/Curb Your Enthusiasm/S4/E06.mkv" will
# lead to "Curb Your Enthusiasm" to be shown in the directory menu. Opening
# of that entry will then open that file again.
path_prefixes=pattern:.*