aboutsummaryrefslogtreecommitdiff
path: root/manual/README.org
blob: 9440bf512d9764d68ff761b94a6609be804ee2a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* Manual configs
  :PROPERTIES:
  :UPDATED:  [2023-06-26 Mon 15:35]
  :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