From a86d8c216186030754a42968768f2af6a131d90d Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 12 Mar 2021 22:05:41 +0100 Subject: Add example config file. --- example/config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example/config.yaml (limited to 'example') diff --git a/example/config.yaml b/example/config.yaml new file mode 100644 index 000000000..f19a21146 --- /dev/null +++ b/example/config.yaml @@ -0,0 +1,13 @@ +--- +keybinds: + normal: + - action: [GoToTab: 1,] + key: [F: 1,] + - action: [GoToTab: 2,] + key: [F: 2,] + - action: [GoToTab: 3,] + key: [F: 3,] + - action: [GoToTab: 4,] + key: [F: 4,] + - action: [NewTab,] + key: [F: 5,] -- cgit v1.2.3