diff options
Diffstat (limited to 'manual/README.org')
-rw-r--r-- | manual/README.org | 20 |
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 |