diff --git a/vimrc b/vimrc index 3d38c31..c41c251 100644 --- a/vimrc +++ b/vimrc @@ -41,9 +41,12 @@ nnoremap :Limelight!! nnoremap :call ACPToggleMargins() nnoremap :w nnoremap :call ACPActodoTodo() +nnoremap :Lexplore +nnoremap :vsplit nnoremap :call ACPToggleSpellEnUs() nnoremap :call ACPToggleWideMargins() nnoremap :call ACPAdocTodo() +nnoremap :split nnoremap :call ACPToggleSpellEnGb() nnoremap nnoremap @@ -108,6 +111,8 @@ set shortmess+=c set smartcase set smarttab set spl=en_gb nospell +set splitbelow +set splitright set tabstop=8 set ttimeout set ttimeoutlen=100 @@ -139,12 +144,12 @@ if has('eval') let g:netrw_browse_split=4 let g:netrw_liststyle=3 let g:netrw_sort_sequence='[\/]$,*' - let g:netrw_winsize=-28 + let g:netrw_winsize=25 let g:nroff_is_groff=1 let g:org_indent=0 let g:org_tag_column=78 let g:tempus_enforce_background_color=1 - " + " Set theme for Terminal. colorscheme tempus_night