From c24b07132d2dbe827d29f395a15370e24c6c5235 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 2 Apr 2020 14:41:26 -0400 Subject: auto push --- modules/general.vim | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'modules/general.vim') diff --git a/modules/general.vim b/modules/general.vim index c77460fa..83275709 100644 --- a/modules/general.vim +++ b/modules/general.vim @@ -11,7 +11,6 @@ xmap \ syntax enable " Enables syntax highlighing set hidden " Required for specific actions that require multiple buffers -set conceallevel=0 set nowrap " display long lines as just one line set encoding=utf-8 " The encoding displayed set pumheight=10 " Makes popup menu smaller @@ -24,7 +23,7 @@ set splitbelow " Horizontal splits will automatically b set splitright " Vertical splits will automatically be to the right set t_Co=256 " Support 256 colors set autochdir " Your working directory will always be the same as your working directory -:set conceallevel=0 " So that I can see `` in markdown files +set conceallevel=0 " So that I can see `` in markdown files set tabstop=2 " Insert 2 spaces for a tab set shiftwidth=2 " Change the number of space characters inserted for indentation set smarttab " Makes tabbing smarter will realize you have 2 vs 4 @@ -78,11 +77,21 @@ nnoremap j nnoremap k nnoremap l +" I think this does something on mac but I might be full of shit nnoremap h nnoremap j nnoremap k nnoremap l + +" TAB in general mode will move to text buffer +nnoremap :VimwikiNextLink +" SHIFT-TAB will go back +nnoremap :VimwikiPrevLink + +nmap wn VimwikiNextLink +nmap wp VimwikiPrevLink +< " TAB in general mode will move to text buffer nnoremap :bnext " SHIFT-TAB will go back -- cgit v1.2.3