spacemacs-csv is deprecated, it has been merged into Spacemacs. Use the csv
layer to access it,
Clone to ~/.emacs.d/private/csv
$ git clone https://github.com/jb55/spacemacs-csv ~/.emacs.d/private/csv
Add csv
to your ~/.spacemacs
configuration layers
(setq-default dotspacemacs-configuration-layers '(csv)
"List of contribution to load."
)
Key Binding | Description |
---|---|
SPC m a | Align fields |
SPC m u | Unalign fields |
SPC m s f | Sort fields |
SPC m s n | Sort fields numerically |
SPC m s o | Toggle sort order |
SPC m n | Move forward 1 field |
SPC m p | Move backwards 1 field |
SPC m r | Reverse region |
SPC m d | Kill fields |
SPC m t | Transpose |
SPC m i | Toggle delimiter invisibility |
SPC m v f | Paste killed fields |
SPC m v t | Paste killed fields as new table |