Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 287 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 287 Bytes

MY NEOVIM CONFIG

todo list

  • docker-contain nvim

Here's cheatsheet

How to use Shell

:r !command `shell command`

Super Big Title

figlet -f big "Super Big Title"

Tree

tree -L 3

regex

:%s/old\(.*\)/new\1/g