11return  function ()
2- 	vim .g .maplocalleader  =  " ," 
32	require (" modules.utils" load_plugin (" grug-far" 
3+ 		windowCreationCommand  =  " bot split" 
4+ 		disableBufferLineNumbers  =  false ,
5+ 		icons  =  { enabled  =  true  },
46		engine  =  " ripgrep" 
57		engines  =  {
68			ripgrep  =  {
@@ -11,10 +13,30 @@ return function()
1113				},
1214			},
1315		},
14- 		windowCreationCommand  =  " bot split" 
15- 		disableBufferLineNumbers  =  false ,
16- 		icons  =  {
17- 			enabled  =  true ,
16+ 		keymaps  =  {
17+ 			replace  =  { n  =  " R"  
18+ 			qflist  =  { n  =  " Q"  
19+ 			syncLocations  =  { n  =  " S"  
20+ 			syncLine  =  { n  =  " L"  
21+ 			close  =  { n  =  " C"  
22+ 			historyOpen  =  { n  =  " T"  
23+ 			historyAdd  =  { n  =  " A"  
24+ 			refresh  =  { n  =  " F"  
25+ 			openLocation  =  { n  =  " O"  
26+ 			openNextLocation  =  { n  =  " <Down>"  
27+ 			openPrevLocation  =  { n  =  " <Up>"  
28+ 			gotoLocation  =  { n  =  " <Enter>"  
29+ 			pickHistoryEntry  =  { n  =  " <Enter>"  
30+ 			abort  =  { n  =  " B"  
31+ 			help  =  { n  =  " g?"  
32+ 			toggleShowCommand  =  { n  =  " P"  
33+ 			swapEngine  =  { n  =  " E"  
34+ 			previewLocation  =  { n  =  " I"  
35+ 			swapReplacementInterpreter  =  { n  =  " X"  
36+ 			applyNext  =  { n  =  " J"  
37+ 			applyPrev  =  { n  =  " K"  
38+ 			nextInput  =  { n  =  " <Tab>"  
39+ 			prevInput  =  { n  =  " <S-Tab>"  
1840		},
1941	})
2042end 
0 commit comments