mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Configs Pongal Spl
This commit is contained in:
parent
b3ea8941ac
commit
91e957becc
@ -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'
|
||||
|
1
sources_non_forked/python-mode
Submodule
1
sources_non_forked/python-mode
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f7ccee54743800ef2aab264dafeed3d5a4ec1fbd
|
@ -1 +1 @@
|
||||
Subproject commit 28a989b28457e38df620e4c7ab23e224aff70efe
|
||||
Subproject commit b8dff40f69f1873effbed97c759a8452ecb240ed
|
@ -1 +1 @@
|
||||
Subproject commit 4fbf39a8984ed9a450b5cd078d65955de472bace
|
||||
Subproject commit 93387d7fba06f8ba7ee52dc00d08919f8a35341d
|
1
sources_non_forked/vim-tmux-navigator
Submodule
1
sources_non_forked/vim-tmux-navigator
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e79d4c0c24c43d3ada283b1f5a1b8fa6cf820a70
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user