aboutsummaryrefslogtreecommitdiff
path: root/manual/README.org
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-20 23:03:45 +1000
committerYuchen Pei <id@ypei.org>2023-06-20 23:03:45 +1000
commit045db0ffe9908cf973a1c8636120b5ab9023299c (patch)
tree4218e8b2a07eb4281b2010bcb5c196e87a634037 /manual/README.org
parent880517b4798e201c22e3d318c21b492fe676154b (diff)
Adding vim-vixen
Diffstat (limited to 'manual/README.org')
-rw-r--r--manual/README.org20
1 files changed, 20 insertions, 0 deletions
diff --git a/manual/README.org b/manual/README.org
new file mode 100644
index 0000000..85b93bd
--- /dev/null
+++ b/manual/README.org
@@ -0,0 +1,20 @@
+* Manual
+ :PROPERTIES:
+ :UPDATED: [2023-06-20 Tue 22:57]
+ :END:
+
+Things under this directory cannot be stowed, because they need to be
+manually imported.
+
+** vim-vixen.json
+ :PROPERTIES:
+ :UPDATED: [2023-06-20 Tue 23:02]
+ :END:
+
+The json settings for the firefox vim-vixen extension. It features an
+emacs keybinding. To combine it with local/personal settings, use the
+=misc/bin/merge-json.sh= script:
+
+#+begin_src sh
+merge-json.sh vim-vixen.json vim-vixen-local.json > vim-vixen-final.json
+#+end_src