yazi_core/manager/commands/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
yazi_macro::mod_flat!(
	bulk_rename
	close
	create
	hardlink
	hover
	link
	open
	paste
	peek
	quit
	refresh
	remove
	rename
	seek
	spot
	suspend
	tab_close
	tab_create
	tab_swap
	tab_switch
	unyank
	update_files
	update_mimes
	update_paged
	update_tasks
	update_yanked
	yank
);