aboutsummaryrefslogtreecommitdiffstats
path: root/.config/joplin
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-05-14 18:14:50 +0000
committerterminaldweller <thabogre@gmail.com>2021-05-14 18:14:50 +0000
commit6e528248414e330c9e25e81596ab47b8b8a5b701 (patch)
treee1aa41a7f3198eeac187e6177ec7d4a33db229d3 /.config/joplin
downloadscripts-6e528248414e330c9e25e81596ab47b8b8a5b701.tar.gz
scripts-6e528248414e330c9e25e81596ab47b8b8a5b701.zip
first commitmaster
Diffstat (limited to '.config/joplin')
-rw-r--r--.config/joplin/keymap.json4
1 files changed, 4 insertions, 0 deletions
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"}
+]