{"id":11808,"date":"2014-02-13T14:47:57","date_gmt":"2014-02-13T09:17:57","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=11808"},"modified":"2014-02-13T14:53:49","modified_gmt":"2014-02-13T09:23:49","slug":"vim-all-you-need-to-know-about-it","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/","title":{"rendered":"VIM: All you need to know about it"},"content":{"rendered":"<p>Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and write emails etc.<\/p>\n<p>In this blog, I have discussed some of the most useful and frequently used commands that can save a lot of your time in development cycle.<\/p>\n<p>We will start with one of the most useful set of commands:<\/p>\n<p>&nbsp;<\/p>\n<p><strong>WORKING WITH MULTIPLE WINDOWS<\/strong><\/p>\n<p>1. Splitting window horizontally to load another file<\/p>\n<p><code>:split filename e.g :split file2.c<\/code><\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/02\/Working-with-Multiple-Windows-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-11811\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/02\/Working-with-Multiple-Windows-1.png\" alt=\"Blog image\" width=\"289\" height=\"288\" \/><\/a><br \/>\n<strong><\/strong><\/p>\n<p><strong>Note :<\/strong> To switch between opened windows, use CTRL+ WW<\/p>\n<p>2. Splitting window vertically to load another file<\/p>\n<p><code>:vsplit filename e.g :vsplit file2.c<\/code><\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/02\/Working-with-Multiple-Windows-2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-11812\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/02\/Working-with-Multiple-Windows-2.png\" alt=\"Blog image\" width=\"477\" height=\"299\" \/><\/a><br \/>\n<strong><\/strong><\/p>\n<p><strong>Note :<\/strong> To switch to left buffer, use CTRL + W + H and to right buffer use CTRL + W + L<\/p>\n<p>3. To save all file from opened multiple windows and exit<\/p>\n<p><code>:wqa<\/code><\/p>\n<p>4. To close the current window<\/p>\n<p><code>:hide<\/code><\/p>\n<p>5. To close all the window except the current positioned window<\/p>\n<p><code>&#058;only<\/code><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Example of multiple windows<\/strong><\/p>\n<p><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/02\/Example-of-Multiple-Windows.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-11813\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/02\/Example-of-Multiple-Windows.png\" alt=\"Blog image\" width=\"974\" height=\"547\" \/><\/a><\/p>\n<h3><\/h3>\n<p><strong>ADDING VARIABLE TO \u00a0\/etc\/vim\/vimrc<\/strong><\/p>\n<p>1. Setting Number line for every file<\/p>\n<p><code>set nu<\/code><\/p>\n<p>2. Highlight your search<\/p>\n<p><code>set hlsearch<\/code><\/p>\n<p>3. Applying indentation to file<\/p>\n<p><code>set autoindent<\/code><\/p>\n<p>4. Enable mouse click to position cursor at any point<\/p>\n<p><code>set mouse=a<\/code><\/p>\n<p>5. Change the background and foreground color of Vim<\/p>\n<p><code>highlight Normal ctermfg=grey ctermbg=dark blue<\/code><\/p>\n<p>6. Show Real Time Search<\/p>\n<p><code>set incsearch<\/code><\/p>\n<p><strong>OTHER EASY TRICKS<\/strong><\/p>\n<p>1. Editing in Stream by transferring the output of any command to vim<\/p>\n<p><code>cat \/etc\/passwd | vim -<\/code><\/p>\n<p>2. Encrypt your file using vim<\/p>\n<p><code>vim -x filename<\/code><\/p>\n<p>While encryption, it will ask you for encryption key, you can use the same\u00a0key to decrypt the file or to read\/modify the contents of file.<\/p>\n<p>Hope these Vim commands will help you accelerate your development and save a lot of time.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and [&hellip;]<\/p>\n","protected":false},"author":100,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":1,"footnotes":""},"categories":[1],"tags":[260,1315],"class_list":["post-11808","post","type-post","status-publish","format-standard","hentry","category-technology","tag-linux","tag-vim"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Vikash Jha\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"VIM: All you need to know about it | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"VIM: All you need to know about it | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#article\",\"name\":\"VIM: All you need to know about it | TO THE NEW Blog\",\"headline\":\"VIM: All you need to know about it\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2014\\\/02\\\/Working-with-Multiple-Windows-1.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#articleImage\"},\"datePublished\":\"2014-02-13T14:47:57+05:30\",\"dateModified\":\"2014-02-13T14:53:49+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#webpage\"},\"articleSection\":\"Technology, Linux, vim\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#listItem\",\"name\":\"VIM: All you need to know about it\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#listItem\",\"position\":3,\"name\":\"VIM: All you need to know about it\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/\",\"name\":\"Vikash Jha\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fa67f119919550cc9af23ac9542eb0ef48d4e69a6ad310fb29f55390d4662b36?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Vikash Jha\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/\",\"name\":\"VIM: All you need to know about it | TO THE NEW Blog\",\"description\":\"Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/vim-all-you-need-to-know-about-it\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/vikash-jha\\\/#author\"},\"datePublished\":\"2014-02-13T14:47:57+05:30\",\"dateModified\":\"2014-02-13T14:53:49+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"VIM: All you need to know about it | TO THE NEW Blog","description":"Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and","canonical_url":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#article","name":"VIM: All you need to know about it | TO THE NEW Blog","headline":"VIM: All you need to know about it","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2014\/02\/Working-with-Multiple-Windows-1.png","@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#articleImage"},"datePublished":"2014-02-13T14:47:57+05:30","dateModified":"2014-02-13T14:53:49+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#webpage"},"articleSection":"Technology, Linux, vim"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/tothenewco.pro\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#listItem","name":"VIM: All you need to know about it"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#listItem","position":3,"name":"VIM: All you need to know about it","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/","name":"Vikash Jha","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/fa67f119919550cc9af23ac9542eb0ef48d4e69a6ad310fb29f55390d4662b36?s=96&d=mm&r=g","width":96,"height":96,"caption":"Vikash Jha"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/","name":"VIM: All you need to know about it | TO THE NEW Blog","description":"Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/vikash-jha\/#author"},"datePublished":"2014-02-13T14:47:57+05:30","dateModified":"2014-02-13T14:53:49+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"VIM: All you need to know about it | TO THE NEW Blog","og:description":"Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and","og:url":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"VIM: All you need to know about it | TO THE NEW Blog","twitter:description":"Vim is an extremely practicable text editor which allows efficient text editing. It is considered as one of the most handy tools for programmers, allowing them to edit configure files and sometimes also considered as IDE. Though, it not just limited to editing configuring files, it also allows a user to edit text files and","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"11808","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 13:37:20","updated":"2024-02-29 08:45:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tVIM: All you need to know about it\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"Technology","link":"https:\/\/tothenewco.pro\/blog\/category\/technology\/"},{"label":"VIM: All you need to know about it","link":"https:\/\/tothenewco.pro\/blog\/vim-all-you-need-to-know-about-it\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/11808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=11808"}],"version-history":[{"count":0,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/11808\/revisions"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=11808"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=11808"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=11808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}