diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:13:42 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:13:42 -0500 |
| commit | ba6824d123dc50ec39099e47c76f6c0c16d296fb (patch) | |
| tree | b427b041349dd5330c5ffa6b6419be3bb7214143 | |
| parent | 1212a9d32dbc809bcce679b9d36f3a233af3193e (diff) | |
| download | dotfiles-ba6824d123dc50ec39099e47c76f6c0c16d296fb.tar.gz | |
Update
| -rw-r--r-- | firefox/.pentadactylrc (renamed from .pentadactylrc) | 5 | ||||
| -rw-r--r-- | firefox/.vimperatorrc | 16 | ||||
| -rw-r--r-- | git/.git_ignore | 4 | ||||
| -rw-r--r-- | git/.gitconfig | 1 | ||||
| m--------- | zsh/.oh-my-zsh | 0 |
5 files changed, 24 insertions, 2 deletions
diff --git a/.pentadactylrc b/firefox/.pentadactylrc index 2670cfa..f4a64a4 100644 --- a/.pentadactylrc +++ b/firefox/.pentadactylrc @@ -1,4 +1,4 @@ -"hg6927 +"hg7226 loadplugins '\.(js|penta)$' group user @@ -11,7 +11,8 @@ map -count -modes=n o <count>:tabnext<Return> 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 cdpath='' set defsearch=duckduckgo set guioptions=brs -" vim: set ft=pentadactyl:
\ No newline at end of file +" vim: set ft=pentadactyl: diff --git a/firefox/.vimperatorrc b/firefox/.vimperatorrc new file mode 100644 index 0000000..63557ea --- /dev/null +++ b/firefox/.vimperatorrc @@ -0,0 +1,16 @@ +"hg6927 + +loadplugins '\.(js|penta)$' +nnoremap e <count>:open<Space> +nnoremap h <count>:back<Return> +nnoremap j <C-d> +nnoremap k <C-u> +nnoremap l <count>:forward<Return> +nnoremap o <count>:tabnext<Return> +nnoremap s <count>:undo<Return> +nnoremap u <count>:tabprevious<Return> +nnoremap <C-c> <count>Y +set defsearch=duckduckgo +set gui+=nonavigation + +" vim: set ft=pentadactyl: diff --git a/git/.git_ignore b/git/.git_ignore index 25b9412..4c13358 100644 --- a/git/.git_ignore +++ b/git/.git_ignore @@ -6,3 +6,7 @@ *.synctex.gz *.fdb_latexmk *.fls +*.bbl +*.blg +*.aux +*.log diff --git a/git/.gitconfig b/git/.gitconfig index a4472b1..5f03756 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -6,6 +6,7 @@ [core] editor = vim excludesfile = ~/.git_ignore + whitespace = cr-at-eol [alias] lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- [push] diff --git a/zsh/.oh-my-zsh b/zsh/.oh-my-zsh -Subproject 192de6bcffb0294e19f4203f6f7dc1a7f3e427b +Subproject 5464fe3e4ad02a33243f42bcd8c91a287bc2618 |
