Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 521 Bytes

dotfiles

git clone https://github.com/GitGyun/dotfiles.git ~/dotfiles; 
cd ~/dotfiles; bash install.sh

vim shortcuts

  • F2 : turn off search highlight
  • F3 : turn on search highlight based on keyword at current cursor position
  • F4 : trailing whitespaces from all lines
  • F5 : turn on PEP8 checker
  • F6 : turn off PEP8 checker
  • F8 : paste toggle (on/off)
  • F9 : toggle line number (useful when copying a block of lines without line numbers)

This repository was forked from https://github.com/1Konny/dotfiles