Table of Contents

CSV layer

Table of ContentsClose

csv.png

1. Description

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

1.1. 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

2. Install

2.1. Layer

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

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

3. Key bindings

Key binding Description
SPC m a Align fields
SPC m d Kill fields
SPC m h Shows/unshows a header line.
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

Author: root

Created: 2024-04-03 Wed 19:39

Validate