helix keybinds
This commit is contained in:
parent
8dc4793761
commit
af8415d329
1 changed files with 9 additions and 0 deletions
|
|
@ -32,6 +32,9 @@
|
|||
soft-wrap.enable = true;
|
||||
smart-tab.supersede-menu = false;
|
||||
};
|
||||
keys.insert = {
|
||||
# C-space =
|
||||
};
|
||||
keys.normal = {
|
||||
k = "move_line_down";
|
||||
j = "move_line_up";
|
||||
|
|
@ -40,6 +43,12 @@
|
|||
k = "extend_line_down";
|
||||
j = "extend_line_up";
|
||||
};
|
||||
keys.normal.space.w = {
|
||||
k = "jump_view_down";
|
||||
j = "jump_view_up";
|
||||
K = "swap_view_down";
|
||||
J = "swap_view_up";
|
||||
};
|
||||
};
|
||||
languages = {
|
||||
language = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue