mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
tests/nvim-surround: drop removed keymaps setting
default> As of nvim-surround v4, keymaps are no longer set up using the setup function. Please see `:h nvim-surround.migrating.v3_to_v4`.
This commit is contained in:
committed by
Gaétan Lepage
parent
e5393a55e9
commit
61876f3936
@@ -8,20 +8,6 @@
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
keymaps = {
|
||||
insert = "<C-g>s";
|
||||
insert_line = "<C-g>S";
|
||||
normal = "ys";
|
||||
normal_cur = "yss";
|
||||
normal_line = "yS";
|
||||
normal_cur_line = "ySS";
|
||||
visual = "S";
|
||||
visual_line = "gS";
|
||||
delete = "ds";
|
||||
change = "cs";
|
||||
change_line = "cS";
|
||||
};
|
||||
|
||||
surrounds = {
|
||||
"(" = {
|
||||
add = [
|
||||
|
||||
Reference in New Issue
Block a user