Vim

De Mathux
Révision datée du 3 novembre 2015 à 12:32 par Mathieu (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Configuration

My configuration files are hosted here. A simplified version (more re-usable) is here

Copy

  • Copy into the clipboard

"*y

  • Past from the clipboard

"*p

  • Copy/Past into/from the register "a"

"ay / "ap

  • Delete all trailing whitespace (at the end of each line) with
:%s/\s\+$//