From cb65ed18fcbd73056046ed6783c8ffdddefbd5e4 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Mon, 10 Jun 2019 14:35:07 +0200 Subject: [PATCH] Add keybinding for :Gstatus --- init.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index ebe7e05..0a14037 100644 --- a/init.vim +++ b/init.vim @@ -131,7 +131,7 @@ endif set number " line numbers set autoread " reload file automatically set colorcolumn=100 " highlight column 99 -set textwidth=100 +set textwidth=99 set history=1000 set wildignore+=node_modules " ignore node_modules folder from file search @@ -209,6 +209,8 @@ vnoremap "hy:%s/h//g nmap an :ALENext nnoremap tn :tabnew + +nnoremap :Gstatus "}}} " P L U G I N S{{{