This commit is contained in:
Kopatz
2025-07-16 19:50:12 +02:00
parent dd6151b4a5
commit 430bb5d532
2 changed files with 27 additions and 27 deletions

View File

@@ -2,31 +2,5 @@
plugins.hop = {
enable = true;
};
keymaps = [
{
key = "f";
action.__raw = ''
function()
require'hop'.hint_char1({
--direction = require'hop.hint'.HintDirection.AFTER_CURSOR,
current_line_only = false,
case_insensitive = true,
})
end
'';
options.remap = true;
}
{
key = "F";
action.__raw = ''
function()
require'hop'.hint_char1({
direction = require'hop.hint'.HintDirection.BEFORE_CURSOR,
current_line_only = false
})
end
'';
options.remap = true;
}
];
# keybinds moved to config.nix, my merging method sux and having multiple lists overrides the other
}