Compare commits
No commits in common. "a881d3e62ae67076bb6fbcc84af947eaa00f19b3" and "34073608c8af1e59f56a701bfc59e310e4071870" have entirely different histories.
a881d3e62a
...
34073608c8
@ -1,9 +0,0 @@
|
||||
if exists(':GuiFont')
|
||||
if platform#is_windows()
|
||||
GuiFont Consolas:h9
|
||||
else
|
||||
GuiFont Source\ Code\ Pro:h9
|
||||
endif
|
||||
endif
|
||||
|
||||
colorscheme fresh
|
@ -64,7 +64,6 @@ nnoremap k gk
|
||||
nnoremap <leader>w :w!<CR>
|
||||
|
||||
" Switch panes in a tmux aware way
|
||||
if !has('win32')
|
||||
nnoremap <silent> <C-h> :TmuxNavigateLeft<CR>
|
||||
nnoremap <silent> <C-j> :TmuxNavigateDown<CR>
|
||||
nnoremap <silent> <C-k> :TmuxNavigateUp<CR>
|
||||
@ -84,12 +83,6 @@ if !has('win32')
|
||||
tnoremap <silent> <C-w>k <C-w>N:TmuxNavigateUp<CR>
|
||||
tnoremap <silent> <C-w>l <C-w>N:TmuxNavigateRight<CR>
|
||||
endif
|
||||
else
|
||||
nnoremap <silent> <C-h> <C-w>h
|
||||
nnoremap <silent> <C-j> <C-w>j
|
||||
nnoremap <silent> <C-k> <C-w>k
|
||||
nnoremap <silent> <C-l> <C-w>l
|
||||
endif
|
||||
|
||||
" Quick tabs
|
||||
nnoremap <leader>tn :tabnew<Space>
|
||||
|
@ -17,7 +17,7 @@ let g:statusline#dark_grey = {'fg': ['244', '#808080'], 'bg': ['233', '#12121
|
||||
function! s:hi(group, color) abort
|
||||
execute 'highlight '.a:group
|
||||
\.' ctermfg='.a:color['fg'][0].' ctermbg='.a:color['bg'][0]
|
||||
\.' guifg='.a:color['fg'][1].' guibg='.a:color['bg'][1]
|
||||
\.' guifg='.a:color['fg'][1].' guibg='.a:color['fg'][1]
|
||||
endfunction
|
||||
|
||||
" StatusLineLight is shows the mode and cursor information, it is dynamically
|
||||
|
Loading…
x
Reference in New Issue
Block a user