Skip to content

Commit 5ae8424

Browse files
committed
Chore: Add [TODO] to use arrow prev and arrow next commands
This will come into effect once the feature has been stabilised, and the minimum Yazi version for the plugin will be bumped. Reference: sxyazi/yazi#2485
1 parent b197f45 commit 5ae8424

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

main.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,6 +3331,11 @@ local function smoothly_scroll(steps, scroll_delay, scroll_func)
33313331
end
33323332
end
33333333

3334+
-- [TODO]: Make use of the arrow prev and arrow next commands
3335+
-- once stabilised.
3336+
-- PR: https://github.com/sxyazi/yazi/pull/2485
3337+
-- Docs: https://yazi-rs.github.io/docs/configuration/keymap/#manager.arrow
3338+
--
33343339
-- Function to do the wraparound for the arrow command
33353340
---@type fun(
33363341
--- args: Arguments, -- The arguments passed to the plugin

words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Preloaders
3838
preloaders
3939
Neighbour
4040
neighbour
41+
Stabilised
42+
stabilised
4143
Yazi
4244
yazi
4345
Hankertrix

0 commit comments

Comments
 (0)