more helix convenience shortcuts
This commit is contained in:
parent
ebaa206a81
commit
8d16698228
1 changed files with 2 additions and 0 deletions
|
@ -89,10 +89,12 @@
|
||||||
keys = {
|
keys = {
|
||||||
normal = {
|
normal = {
|
||||||
space."=" = ":fmt";
|
space."=" = ":fmt";
|
||||||
|
space.space = "@[<space>]<space>";
|
||||||
|
|
||||||
# smart tab++
|
# smart tab++
|
||||||
tab = "move_parent_node_end";
|
tab = "move_parent_node_end";
|
||||||
S-tab = "move_parent_node_start";
|
S-tab = "move_parent_node_start";
|
||||||
|
A-S = "@S[\\s]+<ret>";
|
||||||
"'" = {
|
"'" = {
|
||||||
D = "@<C-w>sgd";
|
D = "@<C-w>sgd";
|
||||||
F = "@<C-w>sgy";
|
F = "@<C-w>sgy";
|
||||||
|
|
Loading…
Add table
Reference in a new issue