Category Archives: Vim

Editing Tabular Data in Vim

3.33 avg. rating (68% score) - 6 votes

Helpful settings for editing tabular data:

Noexpandtab disables expanding of inputted tabs to spaces. Adjust the number of spaces to your liking. Tabstop sets the visual appearance of tab stops (here 16 spaces). Continue reading Editing Tabular Data in Vim

Command-T – Fast file navigation for VIM

0.00 avg. rating (0% score) - 0 votes

Ingenious, fast way to find your files:

Command-T – Fast file navigation for VIM : vim online.

I use the following mappings:

Bring up the finder with ,t or “comma-t”. Use the :CommandTFlush command to re-read directory.