File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,17 @@ If you want to give it a try without touching your configuration.
18
18
19
19
Continue with the next steps.
20
20
21
+ * Must read before you start
22
+ Meow is designed to work as a layer on top of the default key
23
+ bindings. For example, command ~meow-kill~ can be used to kill a
24
+ selection, it works by simulating the keys that is specified by
25
+ variable ~meow--kbd-kill-region~, which is ~C-w~ by default. In this way,
26
+ it works even when an alternative package is introduce to provide an
27
+ enhanced version of ~kill-region~. But if you bind a command with
28
+ different behavior on ~C-w~, ~meow-kill~ will not work as expected. In
29
+ this case, you have to modify the variable ~meow--kbd-kill-region~ to
30
+ match the rules. The same applies to other ~meow-*~ commands.
31
+
21
32
* Set up command layout
22
33
Meow has no default command layout.
23
34
You can write your own setup function from scratch or pick one from below as your starting point.
You can’t perform that action at this time.
0 commit comments