├── 4coder_folds.hpp ├── 4coder_vim.cpp ├── 4coder_vim.h ├── 4coder_vim_base_types.h ├── 4coder_vim_bindings.cpp ├── 4coder_vim_block.cpp ├── 4coder_vim_commands.cpp ├── 4coder_vim_draw.cpp ├── 4coder_vim_example.cpp ├── 4coder_vim_helper.cpp ├── 4coder_vim_hooks.cpp ├── 4coder_vim_include.cpp ├── 4coder_vim_include.h ├── 4coder_vim_keycode_lut.h ├── 4coder_vim_lister.cpp ├── 4coder_vim_lists.cpp ├── 4coder_vim_movement.cpp ├── 4coder_vim_registers.cpp ├── 4coder_vim_search.cpp ├── 4coder_vimrc.h ├── README.md └── calc.hpp /4coder_folds.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_folds.hpp -------------------------------------------------------------------------------- /4coder_vim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim.cpp -------------------------------------------------------------------------------- /4coder_vim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim.h -------------------------------------------------------------------------------- /4coder_vim_base_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_base_types.h -------------------------------------------------------------------------------- /4coder_vim_bindings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_bindings.cpp -------------------------------------------------------------------------------- /4coder_vim_block.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_block.cpp -------------------------------------------------------------------------------- /4coder_vim_commands.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_commands.cpp -------------------------------------------------------------------------------- /4coder_vim_draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_draw.cpp -------------------------------------------------------------------------------- /4coder_vim_example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_example.cpp -------------------------------------------------------------------------------- /4coder_vim_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_helper.cpp -------------------------------------------------------------------------------- /4coder_vim_hooks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_hooks.cpp -------------------------------------------------------------------------------- /4coder_vim_include.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_include.cpp -------------------------------------------------------------------------------- /4coder_vim_include.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_include.h -------------------------------------------------------------------------------- /4coder_vim_keycode_lut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_keycode_lut.h -------------------------------------------------------------------------------- /4coder_vim_lister.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_lister.cpp -------------------------------------------------------------------------------- /4coder_vim_lists.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_lists.cpp -------------------------------------------------------------------------------- /4coder_vim_movement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_movement.cpp -------------------------------------------------------------------------------- /4coder_vim_registers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_registers.cpp -------------------------------------------------------------------------------- /4coder_vim_search.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vim_search.cpp -------------------------------------------------------------------------------- /4coder_vimrc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/4coder_vimrc.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/README.md -------------------------------------------------------------------------------- /calc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-Y-P/4coder_vim/HEAD/calc.hpp --------------------------------------------------------------------------------