chrisbra / csv.vim

A Filetype plugin for csv files
http://www.vim.org/scripts/script.php?script_id=2830
Vim License
1.28k stars 62 forks source link

Normal mode H makes cursor stuck in a cell for Fixed width columns #189

Closed poetaman closed 3 years ago

poetaman commented 3 years ago

Normal mode H key gets stuck inside a cell, and doesn't jump at all to the preceding cell.

Example fixed with csv file:

vvrv        dewfwe      rf      
a           frv         fe      
rvbrrr      reerbe      frvrbr  
rrr         a           affe    
dfff        qdf         aaaadff 

Shows the cursor is stuck at a of cell affe. I have enabled column highlighting with let g:csv_highlight_column = 'y'

Screen Shot 2021-02-22 at 6 21 02 AM