@@ -39,6 +39,20 @@ CwdChangeHandling *CwdChangeHandling*
39
39
{post_cwd_changed_hook?} (boolean) {true} This is called after auto_session code runs for the DirChanged autocmd
40
40
41
41
42
+ session_lens_config *session_lens_config*
43
+ Session Lens Config
44
+
45
+ Fields: ~
46
+ {load_on_setup?} (boolean)
47
+ {shorten_path?} (boolean) Deprecated, pass { 'shorten' } to path_display
48
+ {path_display?} (table) An array that specifies how to handle paths. Read :h telescope.defaults.path_display
49
+ {theme_conf?} (table)
50
+ {buftypes_to_ignore?} (table) Deprecated, if you're using this please report your usage on github
51
+ {previewer?} (boolean)
52
+ {session_control?} (session_control)
53
+ {mappings?} (session_lens_mapping)
54
+
55
+
42
56
session_control *session_control*
43
57
Session Control Config
44
58
@@ -47,6 +61,14 @@ session_control *session_control*
47
61
{control_filename} (string)
48
62
49
63
64
+ session_lens_mapping *session_lens_mapping*
65
+ Session Lens Mapping
66
+
67
+ Fields: ~
68
+ {delete_session} (table) mode and key for deleting a session from the picker
69
+ {alternate_session} (table) mode and key for swapping to alertnate session from the picker
70
+
71
+
50
72
AutoSession.setup({config} ) *AutoSession.setup*
51
73
Setup function for AutoSession
52
74
@@ -187,19 +209,6 @@ AutoSession.DisableAutoSave({enable?}) *AutoSession.DisableAutoSave*
187
209
(boolean) autosaving is enabled or not
188
210
189
211
190
- session_lens_config *session_lens_config*
191
- Session Lens Config
192
-
193
- Fields: ~
194
- {shorten_path?} (boolean) Deprecated, pass { 'shorten' } to path_display
195
- {path_display?} (table) An array that specifies how to handle paths. Read :h telescope.defaults.path_display
196
- {theme_conf?} (table)
197
- {buftypes_to_ignore?} (table) Deprecated, if you're using this please report your usage on github
198
- {previewer?} (boolean)
199
- {session_control?} (session_control)
200
- {load_on_setup?} (boolean)
201
-
202
-
203
212
SessionLens.setup() *SessionLens.setup*
204
213
205
214
0 commit comments