X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e314c901f6f92e39a4bbda5de79be77957f10c78..2c9bc7b49893235446c5274ed0a42e1206b4ee4b:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 2f0a7ca..d92ec16 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,6 +1,9 @@ " force python3 if has('python3') | endif +" space is leader +let g:mapleader = " " + " runtimepath {{{1 set runtimepath ^=$XDG_CONFIG_HOME/vim set runtimepath +=$XDG_CONFIG_HOME/vim/after @@ -373,9 +376,9 @@ set sessionoptions+=unix,slash " damn windows and it's silly ways " autocmds {{{1 " Resize splits when the window is resized {{{2 -augroup resize +augroup resize_splits au! - autocmd VimResized * :wincmd = + autocmd VimResized * :tabdo wincmd = augroup END " Only show cursorline in the current window and in normal mode {{{2 @@ -392,7 +395,7 @@ augroup ft_stdin augroup END " Jump to last known cursor position {{{2 -augroup cursor_pos +augroup last_loc au! " blacklist certain filetype let blacklist = ['gitcommit'] @@ -422,9 +425,6 @@ command! ToggleAutoChecktime let b:autochecktime=!get(b:, 'autochecktime', 0) | " bindings {{{1 -" allow both and \ to be -map - " make function! MakeWithOpt() " TODO only do this if makeprg matches make