Skip to content

Commit

Permalink
helix: remove useless keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Feb 11, 2024
1 parent 68087bb commit 2330289
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions home/programs/helix/settings/keys.nix
Original file line number Diff line number Diff line change
@@ -1,33 +1,13 @@
{
normal = {
"esc" = "collapse_selection";
"J" = [
"move_line_down"
"move_line_down"
"move_line_down"
"move_line_down"
"move_line_down"
];
"K" = [
"move_line_up"
"move_line_up"
"move_line_up"
"move_line_up"
"move_line_up"
];
"H" = "goto_line_start";
"L" = "goto_line_end";
"C-y" = "yank_joined_to_clipboard";
"C-p" = "paste_clipboard_after";
space = {
w = ":w";
backspace = ":w";
q = ":q";
};
};
insert = {
"C-y" = "yank_joined_to_clipboard";
"C-p" = "paste_clipboard_after";
};
select = {
"H" = "goto_line_start";
"L" = "goto_line_end";
Expand Down

0 comments on commit 2330289

Please sign in to comment.