Skip to content

Commit

Permalink
🔧 (mini.surround): keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Oct 7, 2024
1 parent 141820b commit 00c59c7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config/plug/mini/surround.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
plugins.mini.modules.surround = { };
plugins.mini.modules.surround = {
mappings = {
add = "gsa";
delete = "gsd";
find = "gsf";
find_left = "gsF";
highlight = "gsh";
replace = "gsr";
update_n_lines = "gsn";
};
};
}

0 comments on commit 00c59c7

Please sign in to comment.