1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

changed rofi keybinds i3

This commit is contained in:
eoli3n 2017-03-01 23:42:31 +01:00
parent 662aa6a26c
commit 5e386b53d7
3 changed files with 22 additions and 3 deletions

@ -15,9 +15,9 @@ new_window pixel
bindsym $mod+Return exec termite
# start drofi dmenu
bindsym $mod+w exec --no-startup-id rofi -show window
bindsym $mod+Shift+w exec --no-startup-id rofi -show run
bindsym $mod+Shift+x exec --no-startup-id rofi -show drun
bindsym $mod+Tab exec --no-startup-id rofi -show window
bindsym $mod+Shift+d exec --no-startup-id rofi -show run
bindsym $mod+d exec --no-startup-id rofi -show drun
#############################################################################################################################

11
.vimrc

@ -20,6 +20,17 @@ autocmd VimEnter,Colorscheme * :hi MatchParen cterm=none ctermbg=white ctermfg=b
" remember last cursor place
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
" syntaxline
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
" powerline
set laststatus=2
set t_Co=256

@ -88,6 +88,14 @@ git clone git://github.com/jiangmiao/auto-pairs.git ~/.vim/bundle/auto-pairs
# detect indent
cd ~/.vim/bundle; git clone git://github.com/tpope/vim-sleuth.git
# syntax corrector
sudo pip3 install flake8
cd ~/.vim/bundle; git clone --depth=1 https://github.com/vim-syntastic/syntastic.git
# NERDtree
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
```
# Weechat Clean Acid