├── LICENSE ├── README.md ├── README_EN.md ├── resources ├── actionlist.vim ├── ideavimrc ├── images │ ├── vi-trends.jpg │ ├── vim-buffers-status.jpg │ ├── vim-events-trigger-order.jpg │ ├── vim-events-type.jpg │ ├── vim-magic-mode-demo.jpg │ ├── vim-magic-mode.jpg │ ├── vim-movement-cmd.png │ ├── vim-variable-type.png │ └── vimium.png ├── macro ├── vim-commands_CN.png ├── vim-commands_EN.png ├── vim-tools.md └── vimium.md └── vimrc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/README.md -------------------------------------------------------------------------------- /README_EN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/README_EN.md -------------------------------------------------------------------------------- /resources/actionlist.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/actionlist.vim -------------------------------------------------------------------------------- /resources/ideavimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/ideavimrc -------------------------------------------------------------------------------- /resources/images/vi-trends.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vi-trends.jpg -------------------------------------------------------------------------------- /resources/images/vim-buffers-status.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vim-buffers-status.jpg -------------------------------------------------------------------------------- /resources/images/vim-events-trigger-order.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vim-events-trigger-order.jpg -------------------------------------------------------------------------------- /resources/images/vim-events-type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vim-events-type.jpg -------------------------------------------------------------------------------- /resources/images/vim-magic-mode-demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vim-magic-mode-demo.jpg -------------------------------------------------------------------------------- /resources/images/vim-magic-mode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vim-magic-mode.jpg -------------------------------------------------------------------------------- /resources/images/vim-movement-cmd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vim-movement-cmd.png -------------------------------------------------------------------------------- /resources/images/vim-variable-type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vim-variable-type.png -------------------------------------------------------------------------------- /resources/images/vimium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/images/vimium.png -------------------------------------------------------------------------------- /resources/macro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/macro -------------------------------------------------------------------------------- /resources/vim-commands_CN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/vim-commands_CN.png -------------------------------------------------------------------------------- /resources/vim-commands_EN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/vim-commands_EN.png -------------------------------------------------------------------------------- /resources/vim-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/vim-tools.md -------------------------------------------------------------------------------- /resources/vimium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/resources/vimium.md -------------------------------------------------------------------------------- /vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chloneda/vim-cheatsheet/HEAD/vimrc --------------------------------------------------------------------------------