{"id":2406,"date":"2019-05-03T02:59:38","date_gmt":"2019-05-03T02:59:38","guid":{"rendered":"http:\/\/www.incredigeek.com\/home\/?p=2406"},"modified":"2019-05-03T02:59:57","modified_gmt":"2019-05-03T02:59:57","slug":"vim-config-file-vimrc","status":"publish","type":"post","link":"https:\/\/www.incredigeek.com\/home\/vim-config-file-vimrc\/","title":{"rendered":"Vim config file .vimrc"},"content":{"rendered":"\n<p><strong>Line numbers<\/strong><\/p>\n\n\n\n<p>Turn line numbers on<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">:set nu<\/pre>\n\n\n\n<p>Turn line numbers off<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">:set nu!<\/pre>\n\n\n\n<p><strong>Color Scheme<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">:colorscheme evening<\/pre>\n\n\n\n<p><strong>Syntax Highlighting<\/strong><\/p>\n\n\n\n<p>Turn Syntax highlighting on<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">:syntax on<\/pre>\n\n\n\n<p> Turn Syntax highlighting off <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">:syntax off<\/pre>\n\n\n\n<p><strong>Highlight all search terms<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">:set hlsearch<\/pre>\n\n\n\n<p>https:\/\/vim.fandom.com\/wiki\/Highlight_all_search_pattern_matches<\/p>\n\n\n\n<p>You can add the following to your ~\/.vimrc in Linux or ~\\.vimrc in Windows so the options are used every time you run vim.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">colorscheme evening <br>syntax on<br>set hlsearch<br>set nu<\/pre>\n\n\n\n<p><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Line numbers Turn line numbers on :set nu Turn line numbers off :set nu! Color Scheme :colorscheme evening Syntax Highlighting Turn Syntax highlighting on :syntax on Turn Syntax highlighting off :syntax off Highlight all search terms :set hlsearch https:\/\/vim.fandom.com\/wiki\/Highlight_all_search_pattern_matches You &hellip; <a href=\"https:\/\/www.incredigeek.com\/home\/vim-config-file-vimrc\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,9],"tags":[501,7,43,5,6,618,273],"class_list":["post-2406","post","type-post","status-publish","format-standard","hentry","category-linux","category-windows","tag-config","tag-linux-2","tag-text-editor","tag-vi","tag-vim","tag-vimrc","tag-windows"],"_links":{"self":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/comments?post=2406"}],"version-history":[{"count":2,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2406\/revisions"}],"predecessor-version":[{"id":2418,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2406\/revisions\/2418"}],"wp:attachment":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/media?parent=2406"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/categories?post=2406"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/tags?post=2406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}