1
0
Fork 0
mirror of synced 2024-06-28 19:51:08 -04:00

Configs Pongal Spl

This commit is contained in:
Vignesh 2017-01-14 10:12:23 +05:30
parent b3ea8941ac
commit 91e957becc
6 changed files with 17 additions and 9 deletions

View file

@ -6,9 +6,9 @@ if has("mac") || has("macunix")
elseif has("win16") || has("win32")
set gfn=Source_Code_Pro_Medium:h12,Bitstream\ Vera\ Sans\ Mono:h11
elseif has("gui_gtk2")
set gfn=Source\ Code\ Pro\ for\ Powerline\ Medium\ 11
set gfn=SauceCodePro\ Nerd\ Font\ Medium\ 11
elseif has("linux")
set gfn=Source\ Code\ Pro\ for\ Powerline\ Medium\ 11
set gfn=SauceCodePro\ Nerd\ Font\ Medium\ 11
elseif has("unix")
set gfn=Monospace\ 11
endif
@ -172,4 +172,10 @@ let g:vimfiler_force_overwrite_statusline = 0
let g:vimshell_force_overwrite_statusline = 0
map <leader>h :noh<CR>
set clipboard=unnamedplus
set clipboard=unnamed
if !has('nvim')
set clipboard+=unnamedplus
endif
let g:syntastic_c_config_file = 'syntastic_c_config'

@ -0,0 +1 @@
Subproject commit f7ccee54743800ef2aab264dafeed3d5a4ec1fbd

@ -1 +1 @@
Subproject commit 28a989b28457e38df620e4c7ab23e224aff70efe
Subproject commit b8dff40f69f1873effbed97c759a8452ecb240ed

@ -1 +1 @@
Subproject commit 4fbf39a8984ed9a450b5cd078d65955de472bace
Subproject commit 93387d7fba06f8ba7ee52dc00d08919f8a35341d

@ -0,0 +1 @@
Subproject commit e79d4c0c24c43d3ada283b1f5a1b8fa6cf820a70

View file

@ -225,10 +225,10 @@ map <c-space> ?
map <silent> <leader><cr> :noh<cr>
" Smart way to move between windows
map <C-j> <C-W>j
map <C-k> <C-W>k
map <C-h> <C-W>h
map <C-l> <C-W>l
nnoremap <C-j> <C-W>j
nnoremap <C-k> <C-W>k
nnoremap <C-h> <C-W>h
nnoremap <C-l> <C-W>l
" Close the current buffer
map <leader>bd :Bclose<cr>:tabclose<cr>gT