From 6e528248414e330c9e25e81596ab47b8b8a5b701 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 14 May 2021 22:44:50 +0430 Subject: first commit --- .config/joplin/keymap.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/joplin/keymap.json (limited to '.config/joplin') diff --git a/.config/joplin/keymap.json b/.config/joplin/keymap.json new file mode 100644 index 0000000..354a87b --- /dev/null +++ b/.config/joplin/keymap.json @@ -0,0 +1,4 @@ +[ + {"keys":["k"],"type":"function","command":"move_up"}, + {"keys":["j"],"type":"function","command":"move_down"} +] -- cgit v1.2.3