nvim-tree.lua/lua/nvim-tree/marks
Mohamed Arish 920868dba1
fix(#2370): Better "y/N" prompts (#2377)
* Changed the default y/n prompt to default to N in most cases(all delete cases) and made it so that the copy paste same name conflict defaults to R(ename)

* Removed all No conditions as they are not used and not needed

* Made item_short into lowercase and also fixed prompts in dressing.nvim and telescope-select.nvim

* Fixed the exception which occurs on pressing esc in the prompt and also made rename to be blank or r.*/R.*
2023-08-20 17:34:14 +10:00
..
bulk-delete.lua fix(#2370): Better "y/N" prompts (#2377) 2023-08-20 17:34:14 +10:00
bulk-move.lua feat(#1804): add api.marks.bulk.delete with default bd mapping (#2276) 2023-06-18 14:09:11 +10:00
init.lua feat(#1804): add api.marks.bulk.delete with default bd mapping (#2276) 2023-06-18 14:09:11 +10:00
navigation.lua fix(open-file): focus file if already opened 2022-07-16 15:38:50 +02:00