diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-08 13:14:28 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-08 13:14:28 +0200 |
| commit | ad281f0e6dd388fe85aeeda662eb9b50bcb228f2 (patch) | |
| tree | 81b96a7461baa1637ab167a4162531530a8bb174 /config | |
| parent | c836df4fc2a8ff664e97ceae2d62adcf9e2f8d78 (diff) | |
Update aerc config
Diffstat (limited to 'config')
| -rw-r--r-- | config/aerc/aerc.conf | 27 | ||||
| -rw-r--r-- | config/aerc/binds.conf | 1 |
2 files changed, 21 insertions, 7 deletions
diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf index 362d057..dec4379 100644 --- a/config/aerc/aerc.conf +++ b/config/aerc/aerc.conf @@ -41,12 +41,16 @@ # Set the $TERM environment variable used for the embedded terminal. # # Default: xterm-256color -#term=xterm-256color +term=xterm-256color # Display OSC8 strings in the embedded terminal # # Default: false -#enable-osc8=false +enable-osc8=true + +enable-quake-mode=true +default-menu-cmd=fzf +use-terminal-pinentry=true [ui] # @@ -62,7 +66,7 @@ # width specifier is set, '*' is used by default. # # Default: date<20,name<17,flags>4,subject<* -index-columns=date<16,name<17,flags>4,subject<* +index-columns=date<12,name<17,flags>4,subject<* # # Each name in index-columns must have a corresponding column-$name setting. @@ -87,7 +91,7 @@ index-columns=date<16,name<17,flags>4,subject<* # See time.Time#Format at https://godoc.org/time#Time.Format # # Default: 2006-01-02 03:04 PM (ISO 8601 + 12 hour time) -timestamp-format=2006-01-02 15:04 +timestamp-format=2006-01-02 # # Index-only time format for messages that were received/sent today. @@ -99,19 +103,21 @@ this-day-time-format=15:04 # Index-only time format for messages that were received/sent within the last # 7 days. If this is not specified, timestamp-format is used instead. # -this-week-time-format=Monday 15:04 +this-week-time-format=Mon 15:04 # # Index-only time format for messages that were received/sent this year. # If this is not specified, timestamp-format is used instead. # -#this-year-time-format= +this-year-time-format=Jan 02 + +message-view-timestamp-format=2006-01-02 15:04 # # Width of the sidebar, including the border. # # Default: 20 -#sidebar-width=20 +sidebar-width=12 # # Message to display when viewing an empty folder. @@ -251,6 +257,12 @@ icon-signed= icon-signed-encrypted= icon-unknown= icon-invalid= +icon-attachment= +icon-new=N +icon-old=O +icon-replied=r +icon-forwarded=f +icon-flagged=⚑ # Reverses the order of the message list. By default, the message list is # ordered with the newest (highest UID) message on top. Reversing the order @@ -284,6 +296,7 @@ icon-invalid= # # Default: false threading-enabled=true +thread-prefix-tip=🢖 # Force client-side thread building # diff --git a/config/aerc/binds.conf b/config/aerc/binds.conf index 50572ba..f3f4cd9 100644 --- a/config/aerc/binds.conf +++ b/config/aerc/binds.conf @@ -9,6 +9,7 @@ [messages] s = :flag -t -x Flagged<Enter> q = :quit<Enter> +<C-Space> = :split <Enter> j = :next<Enter> <Down> = :next<Enter> |