Pages

Friday, January 12, 2024

tables: dhruvasagar/vim-table-mode

leader tt = tablize

leader tm = enable table mode

leader tdd = del row

leader tdc = del col

leader tic = ins col

leader tfa = forumula


== NAVIGATE TABLES ==


from within tables

] + pipe move right

} + pipe move down


== godlygeek/tabular ==

its like prettify

visual select + :Tabularize /= 

:Tab /:\zs this is a positive lookbehind regex to grab whitespace

will align everything to the equal sign


http://vimcasts.org/episodes/aligning-text-with-tabular-vim/


No comments:

Post a Comment