From ba6824d123dc50ec39099e47c76f6c0c16d296fb Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sat, 30 Jan 2016 00:13:42 -0500 Subject: Update --- .pentadactylrc | 17 ----------------- firefox/.pentadactylrc | 18 ++++++++++++++++++ firefox/.vimperatorrc | 16 ++++++++++++++++ git/.git_ignore | 4 ++++ git/.gitconfig | 1 + zsh/.oh-my-zsh | 2 +- 6 files changed, 40 insertions(+), 18 deletions(-) delete mode 100644 .pentadactylrc create mode 100644 firefox/.pentadactylrc create mode 100644 firefox/.vimperatorrc diff --git a/.pentadactylrc b/.pentadactylrc deleted file mode 100644 index 2670cfa..0000000 --- a/.pentadactylrc +++ /dev/null @@ -1,17 +0,0 @@ -"hg6927 - -loadplugins '\.(js|penta)$' -group user -map -count -modes=n e :open -map -count -modes=n h :back -map -count -modes=n j -map -count -modes=n k -map -count -modes=n l :forward -map -count -modes=n o :tabnext -map -count -modes=n s :undo -map -count -modes=n u :tabprevious -map -count -modes=n Y -set defsearch=duckduckgo -set guioptions=brs - -" vim: set ft=pentadactyl: \ No newline at end of file diff --git a/firefox/.pentadactylrc b/firefox/.pentadactylrc new file mode 100644 index 0000000..f4a64a4 --- /dev/null +++ b/firefox/.pentadactylrc @@ -0,0 +1,18 @@ +"hg7226 + +loadplugins '\.(js|penta)$' +group user +map -count -modes=n e :open +map -count -modes=n h :back +map -count -modes=n j +map -count -modes=n k +map -count -modes=n l :forward +map -count -modes=n o :tabnext +map -count -modes=n s :undo +map -count -modes=n u :tabprevious +map -count -modes=n Y +set cdpath='' +set defsearch=duckduckgo +set guioptions=brs + +" 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 :open +nnoremap h :back +nnoremap j +nnoremap k +nnoremap l :forward +nnoremap o :tabnext +nnoremap s :undo +nnoremap u :tabprevious +nnoremap 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 index 192de6b..5464fe3 160000 --- a/zsh/.oh-my-zsh +++ b/zsh/.oh-my-zsh @@ -1 +1 @@ -Subproject commit 192de6bcffb0294e19f4203f6f7dc1a7f3e427be +Subproject commit 5464fe3e4ad02a33243f42bcd8c91a287bc26185 -- cgit v1.2.3-70-g09d2