- Got to home folder
cd ~- Create a .vimrc file → This file will contain all the configuration for you vim.
| // Alpha-2 and Alpha-3 Mapping Json for easy use.. | |
| // Have added other combination files also | |
| // Country - Alpha3 Map | |
| // Country - Alpha2 Map | |
| { | |
| "AF": "AFG", | |
| "CW": "CUW", | |
| "SS": "SSD", | |
| "SX": "SXM", |
| // Country and Alpha-2 Mapping Json for easy use.. | |
| // Have added other combination files also | |
| // Country - Alpha3 Map | |
| // Alpha2 - Alpha3 Map | |
| { | |
| "Afghanistan": "AF", | |
| "Albania": "AL", | |
| "Algeria": "DZ", | |
| "American Samoa": "AS", |
| // Country and Alpha-3 Mapping Json for easy use.. | |
| // Have added other combination files also | |
| // Country - Alpha 2 Map | |
| // Alpha2 - Alpha 3 Map | |
| { | |
| "Afghanistan": "AFG", | |
| "Albania": "ALB", | |
| "Algeria": "DZA", | |
| "American Samoa": "ASM", |