Software Crafting
Ctrlk
  • Introduction
  • Tools
    • *nix\/Shell Setup
    • git
    • GitHub
    • tmux
    • vim
      • Build from Repository Tips
    • Ubuntu
    • Misc
  • Seminars
  • Programming
  • Crafting
  • Algorithms
  • Amazon Web Services
Powered by GitBook
On this page
  • Helpful Commands
  • Guides
  • Tips
  • Add-ons

Was this helpful?

  1. Tools

vim

Helpful Commands

  • :set ff=unix Convert DOS line endings to Linux line endings in vim

  • :set t_Co=256 vim colorschemes not changing background color

Guides

  • Faster TDD feedback with tmux, tslime.vim, and turbux.vim

Tips

  • Install multiple version of Vim, and make each use different .vimrc file, respectively

Add-ons

  • pathogen - plugin and runtime manager

  • Solarized by Ethan Schoonover - Precision colors for machines and people

PreviousUseful tmux LinksNextBuild from Repository Tips

Last updated 6 years ago

Was this helpful?