janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
229 stars 35 forks source link

Option for disabling wrapping in navigation with arrow keys #92

Closed gerritgriebel closed 2 years ago

gerritgriebel commented 2 years ago

Version?

Feature

With large CSV tables, I use the arrow keys left/right to navigate the table. Accidently I often get to the next/previous line, if I hit left or right end of table. Same with up/down. Would be nice to able to disable this wrapping behavior by a setting.

janisdd commented 2 years ago

The options will be called lastRowOrFirstRowNavigationBehavior and lastColumnOrFirstColumnNavigationBehavior where you can select stop to disable wrapping

For the docs the handsontable setting: https://handsontable.com/docs/6.2.2/Options.html#autoWrapRow