obsidian.nvim icon indicating copy to clipboard operation
obsidian.nvim copied to clipboard

fix: ensure Telescope preserves original file order

Open bigzhu opened this issue 1 year ago • 1 comments

Telescope was reordering files previously sorted by 'rg'

bigzhu avatar Aug 30 '24 07:08 bigzhu

feat(util): add multibyte character support for visual selection

Add isMultibyteChar function to properly handle multibyte characters (like CJK characters, emojis) in visual selection. This fixes potential issues when selecting text containing characters that occupy multiple bytes.

bigzhu avatar Jan 22 '25 15:01 bigzhu