Skip to content

Kiotlin/iok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iok

screenshot

🫧 Personal nvim config based on LazyVim

Install

  1. Install LazyVim.
  2. Back up original config files.
mv ~/.config/nvim{,.lazy.bak}
  1. Cover the original folder with iok
git clone https://github.com/Kiotlin/iok.git path/to/iok
mv path/to/iok ~/.config/nvim
  1. You're all done. Start by running nvim.

Tips

  • Improve key repeat speed
# mac os need restart
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10

# linux
xset r rate 210 40