@@ -241,32 +241,6 @@ function presets.delete(exclude)
241241 },
242242 },
243243 },
244- dt = {
245- collector = " lines" ,
246- extractor = " text_search_2_char_until" ,
247- filter = " filter_words_on_cursor_line_after_cursor" ,
248- visualizer = " hint_start" ,
249- action = " delete" ,
250- map = true ,
251- modes = { " n" },
252- metadata = {
253- label = " Delete Until Searched Text After Cursor" ,
254- description = " Deletes until the searched for text after the cursor" ,
255- },
256- },
257- dT = {
258- collector = " lines" ,
259- extractor = " text_search_2_char_until" ,
260- filter = " filter_words_on_cursor_line_before_cursor" ,
261- visualizer = " hint_start" ,
262- action = " delete" ,
263- map = true ,
264- modes = { " n" },
265- metadata = {
266- label = " Delete Until Searched Text Before Cursor" ,
267- description = " Deletes until the searched for text before the cursor" ,
268- },
269- },
270244 rdw = {
271245 collector = " lines" ,
272246 extractor = " words" ,
@@ -317,32 +291,6 @@ function presets.yank(exclude)
317291 },
318292 },
319293 },
320- yt = {
321- collector = " lines" ,
322- extractor = " text_search_2_char_until" ,
323- filter = " filter_words_on_cursor_line_after_cursor" ,
324- visualizer = " hint_start" ,
325- action = " yank_until" ,
326- map = true ,
327- modes = { " n" },
328- metadata = {
329- label = " Yank Until Searched Text After Cursor" ,
330- description = " Yank until the searched for text after the cursor" ,
331- },
332- },
333- yT = {
334- collector = " lines" ,
335- extractor = " text_search_2_char_until" ,
336- filter = " filter_words_on_cursor_line_before_cursor" ,
337- visualizer = " hint_start" ,
338- action = " yank_until" ,
339- map = true ,
340- modes = { " n" },
341- metadata = {
342- label = " Yank Until Searched Text Before Cursor" ,
343- description = " Yank until the searched for text before the cursor" ,
344- },
345- },
346294 ryw = {
347295 collector = " lines" ,
348296 extractor = " words" ,
@@ -393,32 +341,6 @@ function presets.change(exclude)
393341 },
394342 },
395343 },
396- ct = {
397- collector = " lines" ,
398- extractor = " text_search_2_char_until" ,
399- filter = " filter_words_on_cursor_line_after_cursor" ,
400- visualizer = " hint_start" ,
401- action = " change_until" ,
402- map = true ,
403- modes = { " n" },
404- metadata = {
405- label = " Change Until Searched Text After Cursor" ,
406- description = " Change until the searched for text after the cursor" ,
407- },
408- },
409- cT = {
410- collector = " lines" ,
411- extractor = " text_search_2_char_until" ,
412- filter = " filter_words_on_cursor_line_before_cursor" ,
413- visualizer = " hint_start" ,
414- action = " change_until" ,
415- map = true ,
416- modes = { " n" },
417- metadata = {
418- label = " Change Until Searched Text Before Cursor" ,
419- description = " Change until the searched for text" ,
420- },
421- },
422344 }, exclude )
423345end
424346
0 commit comments