diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-26 22:04:42 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-26 22:04:42 +0100 |
commit | 831697b05f2ef7fc9f2bdc643308360d53e198ac (patch) | |
tree | 32bfeb996dc720d1d34552c345204ee3140d394a | |
parent | f181bf80b868865c07df15906a7b5ab568ed775c (diff) |
Disabled crontab offlineimap
-rw-r--r-- | crontab | 1 | ||||
-rw-r--r-- | vimrc | 7 |
2 files changed, 4 insertions, 4 deletions
@@ -1,2 +1 @@ -*/10 * * * * /usr/bin/offlineimap -u quiet */5 * * * * sh ~/.xmodmap @@ -27,7 +27,7 @@ Plugin 'tpope/vim-sensible' Plugin 'tpope/vim-surround' Plugin 'tpope/vim-unimpaired' Plugin 'bling/vim-airline' -Plugin 'bling/vim-bufferline' +" Plugin 'bling/vim-bufferline' Plugin 'edkolev/tmuxline.vim' filetype plugin indent on @@ -55,11 +55,12 @@ let g:UltiSnipsSnippetsDir="~/.vim/mySnippets" let g:airline_left_sep='' let g:airline_right_sep='' +let g:airline_section_c = '' let g:airline_section_x = '' -let g:airline_section_y = '' +let g:airline_section_y = '%f' let g:airline_section_z = '%3p%%|%3l|%3c' let g:airline_theme='solarized' -let g:airline#extensions#tabline#enabled = 1 +let g:airline#extensions#tabline#enabled = 0 let g:bufferline_active_buffer_left = '' let g:bufferline_active_buffer_right = '' |