diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-12-28 11:21:42 +0100 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-12-28 11:21:42 +0100 |
| commit | b768829cd36d827ba8c61acc973ed7ab7f9fc34a (patch) | |
| tree | 51649ce4d27f547fdf06fae58c02ae15c1ceee5f | |
| parent | 7b540408efb6905f4040b240238b6c1842eb953d (diff) | |
| download | dotfiles-b768829cd36d827ba8c61acc973ed7ab7f9fc34a.tar.gz | |
Various tweaks
| -rw-r--r-- | .git_ignore | 3 | ||||
| -rw-r--r-- | .gvimrc | 2 | ||||
| -rw-r--r-- | .pentadactylrc | 4 | ||||
| -rw-r--r-- | .vimrc | 1 | ||||
| -rw-r--r-- | .zshrc | 1 |
5 files changed, 7 insertions, 4 deletions
diff --git a/.git_ignore b/.git_ignore index d5a30a4..25b9412 100644 --- a/.git_ignore +++ b/.git_ignore @@ -3,3 +3,6 @@ .*.swp *.pyc .ropeproject +*.synctex.gz +*.fdb_latexmk +*.fls @@ -1,2 +1,2 @@ set guioptions=aeigmt -set gfn=Inconsolata\ Medium\ 12 +set gfn="Inconsolata\ Medium\ 13" diff --git a/.pentadactylrc b/.pentadactylrc index a4e8d9a..2670cfa 100644 --- a/.pentadactylrc +++ b/.pentadactylrc @@ -1,4 +1,4 @@ -"hg6837 +"hg6927 loadplugins '\.(js|penta)$' group user @@ -12,6 +12,6 @@ map -count -modes=n s <count>:undo<Return> map -count -modes=n u <count>:tabprevious<Return> map -count -modes=n <C-c> <count>Y set defsearch=duckduckgo -set guioptions=brM +set guioptions=brs " vim: set ft=pentadactyl:
\ No newline at end of file @@ -116,6 +116,7 @@ nnoremap <S-Space> zA vnoremap <S-Space> zA let g:pymode_lint_write = 0 +let g:pymode_utils_whitespaces = 0 autocmd CursorMovedI * if pumvisible() == 0|silent! pclose|endif autocmd InsertLeave * if pumvisible() == 0|silent! pclose|endif @@ -33,7 +33,6 @@ plugins=(git archlinux python vi-mode) source $ZSH/oh-my-zsh.sh # Customize to your needs... -alias pacman=pacman-color unsetopt correct_all man() { env \ |
