From 43f31bf6e4871d6849e5882762988e01443775ea Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 5 Mar 2020 10:22:45 -0700 Subject: Leader needs to be before commands --- plugin/vim-options.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index e1ef2a5..3907ddd 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -53,6 +53,8 @@ au BufEnter *.py let w:m1=matchadd('ColorColumn', '\%81v', 100) au BufEnter *.py let w:m2=matchadd('Error', '\%121v', 100) au BufLeave *.py call clearmatches() +let mapleader="\" + " Neovim (Docker) vs Vim if has('nvim') nnoremap y :call system('nc -w 1 172.17.0.1 41401', @0) @@ -65,8 +67,6 @@ else let $SessionDir='.' endif -" My Shorcuts -let mapleader="\" " type jj to get out of insert mode inoremap jj " Ctags for python project -- cgit v1.2.3