Tennie Henry

Results 15 comments of Tennie Henry

> Is this being looked at? This would come in handy. Thanks You can install the experience locally based on my code branch https://marketplace.visualstudio.com/items?itemName=HenryTsz.nvim

> ## surfingkeys > vim浏览器扩展 特点: 功能比Vimium多很多,有vim marks功能 类似于zellij的sessions功能 大家自己摸索,缺点就是没有中文版,大家当练习英文了 各大平台都有 默认就是中文吧 顺便贴一下自己的配置 ```js // 禁用表情 api.iunmap(":"); // 修改 Surfingkeys 关闭快捷键 api.map('', ''); // hotkey must be one keystroke with/without...

I merged this PR and tested it locally, and found an issue: When the word are not in current view, It flashed the view to the selected word but jump...

use `editor.action.formatSelection` Are long lines hard wrapped (broken) at 80 columns?

> > use `editor.action.formatSelection` Are long lines hard wrapped (broken) at 80 columns? > > Assuming this: > > ![image](https://private-user-images.githubusercontent.com/395016/339447409-eb6ea449-3d9f-4e72-95bc-2568ef54426a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTgzMjk2MzksIm5iZiI6MTcxODMyOTMzOSwicGF0aCI6Ii8zOTUwMTYvMzM5NDQ3NDA5LWViNmVhNDQ5LTNkOWYtNGU3Mi05NWJjLTI1NjhlZjU0NDI2YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDYxNFQwMTQyMTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lNDA1NGEyMWUzN2ZhNTVhYjA0MmM2MmM1YzIwNzQ5MDFmYjQyZDUyNmQzZDI5ZDdmYmZjMWVlNmNlZWFmNDY3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.l_Y--pmic247CRCFzTZc_8wHnzOuEipPcBcuifJWYlU) > > Yes, it is. That's correct, this command is...