From 30302f48cdad68e9e06989d9ace76ad4850c0965 Mon Sep 17 00:00:00 2001 From: Pokey Rule Date: Tue, 31 Aug 2021 18:46:32 +0100 Subject: [PATCH] Rename bird to fox --- src/marks/mark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/marks/mark.py b/src/marks/mark.py index 5090a3b1..e040a61d 100644 --- a/src/marks/mark.py +++ b/src/marks/mark.py @@ -23,7 +23,7 @@ # TODO: Re-add to settings csv hat_shapes = { "splat": "star", - "bird": "chevron", + "fox": "chevron", } ctx.lists[get_cursorless_list_name("hat_shape")] = hat_shapes