mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
Clean up gvimrc
This commit is contained in:
Executable → Regular
+16
-6
@@ -1,13 +1,19 @@
|
|||||||
" set guifont=Monospace\ 10
|
|
||||||
" set guifont=Monaco\ 10
|
|
||||||
" set incsearch " Find as you type search
|
" set incsearch " Find as you type search
|
||||||
set cursorline " Highlight current line
|
|
||||||
set listchars=tab:›\ ,trail:•,extends:#,nbsp:. " Highlight problematic whitespace
|
|
||||||
colorscheme jellybeans
|
colorscheme jellybeans
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
" set guifont=Ubuntu\ Mono\ 12
|
set guioptions-=R
|
||||||
|
set guioptions-=L
|
||||||
|
|
||||||
set guifont=Monaco\ for\ Powerline\ 12
|
set guifont=Monaco\ for\ Powerline\ 12
|
||||||
|
" set guifont=Monospace\ 10
|
||||||
|
" set guifont=Ubuntu\ Mono\ 14
|
||||||
|
" set guifont=Monaco\ 10
|
||||||
|
" set guifont=Monaco\ 12
|
||||||
|
|
||||||
|
set guitablabel=%N\ %f
|
||||||
|
|
||||||
|
" Alt + arrows to Move cursor to windows{
|
||||||
nmap <A-Up> <C-W>k
|
nmap <A-Up> <C-W>k
|
||||||
nmap <A-Down> <C-W>j
|
nmap <A-Down> <C-W>j
|
||||||
nmap <A-Right> <C-W>l
|
nmap <A-Right> <C-W>l
|
||||||
@@ -17,7 +23,9 @@ imap <A-Up> <ESC><C-W>ki
|
|||||||
imap <A-Down> <ESC><C-W>ji
|
imap <A-Down> <ESC><C-W>ji
|
||||||
imap <A-Right> <ESC><C-W>li
|
imap <A-Right> <ESC><C-W>li
|
||||||
imap <A-Left> <ESC><C-W>hi
|
imap <A-Left> <ESC><C-W>hi
|
||||||
|
" }
|
||||||
|
|
||||||
|
" Switch tabs in normal mode{
|
||||||
map ± 1gt
|
map ± 1gt
|
||||||
map ² 2gt
|
map ² 2gt
|
||||||
map ³ 3gt
|
map ³ 3gt
|
||||||
@@ -26,8 +34,10 @@ map µ 5gt
|
|||||||
map ¶ 6gt
|
map ¶ 6gt
|
||||||
map · 7gt
|
map · 7gt
|
||||||
map ¸ 8gt
|
map ¸ 8gt
|
||||||
|
" }
|
||||||
|
|
||||||
|
|
||||||
|
" Switch tabs in insert mode{
|
||||||
imap ± <ESC>1gti
|
imap ± <ESC>1gti
|
||||||
imap ² <ESC>2gti
|
imap ² <ESC>2gti
|
||||||
imap ³ <ESC>3gti
|
imap ³ <ESC>3gti
|
||||||
@@ -36,6 +46,6 @@ imap µ <ESC>5gti
|
|||||||
imap ¶ <ESC>6gti
|
imap ¶ <ESC>6gti
|
||||||
imap · <ESC>7gti
|
imap · <ESC>7gti
|
||||||
imap ¸ <ESC>8gti
|
imap ¸ <ESC>8gti
|
||||||
|
" }
|
||||||
|
|
||||||
|
|
||||||
set guitablabel=%N\ %f
|
|
||||||
|
|||||||
Reference in New Issue
Block a user