spacemacs/layers/+lang/csv
2017-10-05 11:15:02 +03:00
..
img csv: defer loading, add image and author 2016-01-18 01:23:25 -05:00
packages.el Bump year in copyright headers 2017-01-05 23:08:17 -05:00
README.org Fix documentation for parinfer, pdf-tools, yaml, csv and salt layer 2017-10-05 11:15:02 +03:00

CSV layer

/TakeV/spacemacs/media/commit/36f04308abba54261d0e133f05723748c330207d/layers/+lang/csv/img/csv.png

Description

This layer adds tools for better integration of CSV files in Spacemacs.

Features:

  • Detecting of fields for various separators
  • Aligning of fields
  • Traversal of fields
  • Killing of fields
  • Sorting of rows
  • Transposing of rows/columns
  • Intelligent yanking of fields

Install

Layer

To use this contribution add it to your ~/.spacemacs

  (setq-default dotspacemacs-configuration-layers '(csv))

Key Bindings

Key Binding Description
SPC m a Align fields
SPC m d Kill fields
SPC m i Toggle delimiter invisibility
SPC m n Move forward 1 field
SPC m p Move backwards 1 field
SPC m r Reverse region
SPC m s f Sort fields
SPC m s n Sort fields numerically
SPC m s o Toggle sort order
SPC m t Transpose
SPC m v f Paste killed fields
SPC m v t Paste killed fields as new table
SPC m u Unalign fields