Skip to content

工欲善其事,必先利其器 ( Good tools are prerequisite to the successful execution of a job. )

Notifications You must be signed in to change notification settings

jsleetw/MyDotFiles

Repository files navigation

MyDotFiles

Setting up my dotfile quickly

  • Optimize for PHP coding
  • Optimize for Python coding
  • Optimize for Git branch
wget -O - https://github.com/jsleetw/MyDotFiles/raw/master/auto-install.sh | bash
  • check vim support
vim --version | grep ruby
  • if not ruby+ , install vim-nox
sudo apt-get install vim-nox
  • make command-t
cd .vim/bundle/command-t; rake make
  • leader key is ","
<leader>m mouse mode change
<leader>n nerdtree on/off
<leader>t tigger command-t
<leader>ev edit vimrc
<leader>so source vimrc
<leader>p tigger paste mode
<leader>c PyUnitRunTests
<leader>; python pep8 check
<leader>' python static check
<leader>l python pylint check

About

工欲善其事,必先利其器 ( Good tools are prerequisite to the successful execution of a job. )

Resources

Stars

Watchers

Forks

Packages

No packages published