@@ -33,8 +33,6 @@ let s:command_meta_actions = [
3333 \ [ ' alternate-other-torus' , " wheel#caduceus#alternate('other_torus')" ] ,
3434 \ [ ' alternate-other-circle' , " wheel#caduceus#alternate('other_circle')" ] ,
3535 \ [ ' alternate-same-torus-other-circle' , " wheel#caduceus#alternate('same_torus_other_circle')" ] ,
36- \ [ ' read' , ' wheel#disc#read_wheel' ] ,
37- \ [ ' write' , ' wheel#disc#write_wheel' ] ,
3836 \ [ ' mkdir' , ' wheel#disc#mkdir' ] ,
3937 \ [ ' rename' , ' wheel#disc#rename' ] ,
4038 \ [ ' copy' , ' wheel#disc#copy' ] ,
@@ -62,6 +60,8 @@ let s:command_meta_prompt_actions = [
6260 \ [ ' index-circles' , ' wheel#vortex#grid' ] ,
6361 \ [ ' history' , ' wheel#waterclock#history' ] ,
6462 \ [ ' frecency' , ' wheel#waterclock#frecency' ] ,
63+ \ [ ' read-wheel' , ' wheel#disc#read_wheel' ] ,
64+ \ [ ' write-wheel' , ' wheel#disc#write_wheel' ] ,
6565 \ [ ' read-session' , ' wheel#disc#read_session' ] ,
6666 \ [ ' write-session' , ' wheel#disc#write_session' ] ,
6767 \ [ ' buffer' , ' wheel#sailing#buffer' ] ,
0 commit comments