Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 677 Bytes

dotfiles

git clone https://github.com/1Konny/dotfiles.git ~/.dotfiles; 
cd ~/.dotfiles; bash install.sh -c

terminal info:

  • type: xterm
  • colorscheme: New Black
  • font: DejaVu Sans Mono (size: 10)
  • asian font: DejaVu Sans Mono (size: 10)
  • font quality: Natural ClearType
  • bold: Use bold color and font

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)