Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.45 KB

README.org

File metadata and controls

48 lines (40 loc) · 1.45 KB

CSV layer

img/csv.png

Table of Contents

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 bindingDescription
SPC m aAlign fields
SPC m dKill fields
SPC m iToggle delimiter invisibility
SPC m nMove forward 1 field
SPC m pMove backwards 1 field
SPC m rReverse region
SPC m s fSort fields
SPC m s nSort fields numerically
SPC m s oToggle sort order
SPC m tTranspose
SPC m v fPaste killed fields
SPC m v tPaste killed fields as new table
SPC m uUnalign fields