From 1b8557c1edb709b7ddadf406ec9801378f24532c Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 29 Jan 2024 22:55:42 -0800 Subject: [PATCH] Fix invalid examples in README --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f6380dc..72543c9 100644 --- a/README.md +++ b/README.md @@ -423,13 +423,9 @@ shared: Alt-b: C-up keymap: - applications: - only: *terminals # we can reuse the list here - not: *browsers - remap: - <<: *some_remaps # or we can reuse a map here. If there are duplicate keys, the key in the alias will be ignored. - Alt-f: C-right - Alt-b: C-left + - application: + only: *terminals # we can reuse the list here + remap: *some_remaps # and we can reuse a map here. ``` ## License