Commit Graph

398 Commits (da5c36cd11e1eeb59829dc88f36ffdbe13687eac)

Author SHA1 Message Date
Bodaniel Jeanes c5ad3678d1 Add lots of vim plugins/scripts as submodules 2010-11-30 00:01:51 +10:00
Bodaniel Jeanes 5ada5c57bc Start my own vim files with latest pathogen 2010-11-29 23:18:09 +10:00
Bodaniel Jeanes 3011148926 Ignore "Transmission Remote GUI" directory
This is really only for a specific but I don't yet
know how to ignore a directory in a specific project
only.
2010-11-24 17:38:01 +10:00
Bodaniel Jeanes 08846621e1 Command-mode text manipulation shortcuts 2010-11-24 17:37:37 +10:00
Bodaniel Jeanes a7ce6deb31 Remap full screen to Command+Return in MacVim 2010-11-24 17:36:23 +10:00
Bodaniel Jeanes e9916ee624 fix exports 2010-11-24 16:46:43 +10:00
Bodaniel Jeanes eb76b80ddc Add inputrc suggestion from SuttoL 2010-11-24 16:43:57 +10:00
Bodaniel Jeanes ed8715940d change ZSH command word split 2010-11-24 16:43:54 +10:00
Bodaniel Jeanes de091c5c38 Start some custom vim config! 2010-11-24 16:43:17 +10:00
Bodaniel Jeanes ef328a22d4 Use vim as GIT_EDITOR 2010-11-24 16:41:03 +10:00
Bodaniel Jeanes 02e1b6afe6 Disable mateand nano as editors and go cold turkey with vim/mvim 2010-11-24 16:38:02 +10:00
Bodaniel Jeanes fafb8d0675 ignore swap files 2010-11-24 16:22:30 +10:00
Bodaniel Jeanes cce0c0cafe Ok that makes more sense... 2010-11-23 00:12:07 +10:00
Bodaniel Jeanes e2e6df18ae Fixed editors jumping into focus when new shell was created 2010-11-23 00:04:49 +10:00
Bodaniel Jeanes 901aa478b0 Only make calls to `bind` if we are in interactive mode (stops errors) 2010-11-22 23:40:55 +10:00
Bodaniel Jeanes e924287fb9 colorscheme + mouse support for non-gui vim 2010-11-22 23:40:33 +10:00
Bodaniel Jeanes 8c8ea33ee7 white space 2010-11-22 22:29:23 +10:00
Bodaniel Jeanes 7036e53742 clean up and fix EDITOR variable usage and remove unneeded-paths (since everything is now in brew etc) 2010-11-22 22:28:49 +10:00
Bodaniel Jeanes 75d1bd23cc Move transparency settings to gvimrc.local 2010-11-22 22:28:34 +10:00
Bodaniel Jeanes 77d118d5e2 rename readme to markdown file 2010-11-22 22:28:31 +10:00
Bodaniel Jeanes 58c92090db white space 2010-11-22 21:32:35 +10:00
Bodaniel Jeanes d0384efad4 Improve the 'm' function so that it sets the current working directly correctly (e.g. when using mvim) and uses the current $VISUAL editor. 2010-11-22 21:31:42 +10:00
Bodaniel Jeanes 394f7e588c fix ackrc 2010-11-22 21:31:05 +10:00
Bodaniel Jeanes 6f1914230c whitespace 2010-11-22 13:53:35 +10:00
Bodaniel Jeanes 7cd251083d shell stuff 2010-11-22 13:53:19 +10:00
Bodaniel Jeanes 3989f08846 ruby/irb/gems dot file improvements 2010-11-22 13:53:06 +10:00
Bodaniel Jeanes 0765e58a44 Git stuff 2010-11-22 13:51:59 +10:00
Bodaniel Jeanes 2f2c4cfc17 Ignore transmission settings 2010-11-22 13:51:18 +10:00
Bodaniel Jeanes 2fdae1a3eb VIM stuff 2010-11-22 13:50:32 +10:00
Bodaniel Jeanes b7f30ab30d More completions tweaking 2010-06-30 23:03:27 +10:00
Bodaniel Jeanes 025ea77820 Added todo 2010-06-30 22:12:43 +10:00
Bodaniel Jeanes d2bcb3a57b Make Zsh and Bash have some level of method_missing support 2010-06-30 22:09:19 +10:00
Bodaniel Jeanes 13d272f97d Remove hardcoded reference to dot-files path 2010-06-30 21:22:54 +10:00
Bodaniel Jeanes 8dbb360357 Moved functions into own file 2010-06-30 21:21:38 +10:00
Bodaniel Jeanes 8767ed612a Removed duplicate line 2010-06-30 21:20:50 +10:00
Bodaniel Jeanes 222148c31f I prefer the vi bindings for word movement (always at the beginning of the word) 2010-06-30 21:20:27 +10:00
Bodaniel Jeanes 369d42dbed Ensure that bash also moves forward/backward one word with option left/right if inputrc is not available 2010-06-30 21:19:59 +10:00
Bodaniel Jeanes 4f0cee42fe Clean up and add a few shopt options for bash configuration to make it a little more like current ZSH behaviour 2010-06-30 21:19:24 +10:00
Bodaniel Jeanes e96acc1177 Added todo 2010-06-30 20:26:22 +10:00
Bodaniel Jeanes 64cc6deaf0 Added ZSH option so that command completion works properly with aliases 2010-06-30 20:25:13 +10:00
Bodaniel Jeanes 0f5a7498f7 Add nullglob option to bash 2010-06-30 18:02:23 +10:00
Bodaniel Jeanes 400c715666 Dynamically figure out the DOT_FILES path 2010-06-30 18:01:31 +10:00
Bodaniel Jeanes ec096ac7cb Hardcode vcprompt as it is only used in one place 2010-06-30 18:01:07 +10:00
Bodaniel Jeanes 8c5fef8fc2 Move git.sh 2010-06-30 17:59:46 +10:00
Bodaniel Jeanes 8fb802029b Fixed editor on OS X 2010-06-30 16:53:47 +10:00
Bodaniel Jeanes 059dca73f1 Cleaned up git aliases 2010-06-30 16:53:36 +10:00
Bodaniel Jeanes da3538f349 Move oh my zsh files inside .config 2010-06-30 16:24:11 +10:00
Bodaniel Jeanes db5739614e Major refactoring of ZSH and Bash dot-files.
* Theme is now set for both shells from same file so they should always be as similar as possible.
* Removed terminal functions (for doing silly things like moving/resizing the Terminal.app window) which I never used
* Not using ZSH color module (so that I can have some level of compatibility with bash for prompt etc)
2010-06-30 14:54:06 +10:00
Bodaniel Jeanes 43424d97e9 Add working option-right/left inputrc settings 2010-06-30 14:53:50 +10:00
Bodaniel Jeanes 1dd83e1022 made git diff better 2010-06-30 14:53:21 +10:00