mirror of
1
0
Fork 0

finalize updates

This commit is contained in:
Chris Morris 2019-06-14 19:16:26 -04:00
parent 4904f22fd9
commit 17cfd558ca
2 changed files with 5 additions and 7 deletions

View File

@ -1,17 +1,16 @@
colorscheme snazzy
let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git\|tmp\|*.log'
let g:lightline = {
\ 'colorscheme': 'snazzy',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ], [ 'readonly', 'absolutepath', 'modified' ] ],
\ }
\ }
let g:ctrlp_show_hidden = 0
setlocal foldmethod=manual
set number
set foldlevel=99999
set shiftwidth=2
set tabstop=2
set nofoldenable
set cursorline
map <Leader>d :bufdo bd!<CR>
map <C-W>` gg=G<C-o><C-o>
nnoremap <C-f> :Files<Cr>

View File

@ -34,11 +34,10 @@ nmap <c-n> <Plug>yankstack_substitute_newer_paste
""""""""""""""""""""""""""""""
" => FZF
""""""""""""""""""""""""""""""
set rtp+=~/.fzf
map <leader>j :Files<cr>
nnoremap <C-f> :Files<Cr>
map <leader>o :Buffers<cr>
map <leader>g :Ag<CR>
nmap <Leader>o :Buffers<CR>
nnoremap <Leader>g :Ag<CR>
set rtp+=/usr/local/opt/fzf
""""""""""""""""""""""""""""""
" => ZenCoding