From 6504ac201e6e0f86c4db200b244e0ffaeb474aa4 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 23 Dec 2016 12:33:06 -0700 Subject: Trying out vim hardcore mode. --- plugin/vim-options.vim | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 73c1e2e..88075a0 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -42,7 +42,17 @@ set statusline+=%2*\ %=\ %l/%L\ (%02p%%)\ "Rownumber/total (%) "----------------------------------------------------------------------------------------------------------------------- " Custom Mappings "----------------------------------------------------------------------------------------------------------------------- -:vmap y ygv " Highlighting in vim leaves your cursor wherever you ended at +" Hardcore Mode +noremap +noremap +noremap +noremap +noremap h +noremap j +noremap k +noremap l +" Highlighting in vim leaves your cursor wherever you ended at +:vmap y ygv " Formating a json file com! Formatjson %!python -m json.tool " Command for figuring out highlight group -- cgit v1.2.3