thinkpad-nixos: Add some more keybinds for aerc

This commit is contained in:
traxys 2023-06-01 13:46:00 +02:00
parent efbea1ff67
commit 3c6b2c9404

View file

@ -149,12 +149,16 @@
"N" = ":prev-result<Enter>";
"<Esc>" = ":clear<Enter>";
"v" = ":mark -t<Enter>";
"V" = ":mark -v<Enter>";
"tdi" = ":tag -inflight<Enter>:select 0<Enter>";
"tdr" = ":tag -review<Enter>:select 0<Enter>";
"zI" = ":cf inbox<Enter>";
"zi" = ":cf inflight<Enter>";
"zr" = ":cf review<Enter>";
"zu" = ":cf _unread<Enter>";
"zT" = ":cf tag:";
};