Commit Graph

1028 Commits

Author SHA1 Message Date
Dan Simmons
4907187a33 Moved .vimrc-level settings (pertaining to search) out of ./vim/settings/yadr-search.vim and into ./vimrc. Also removed unnecessary+problematic viminfo setting. 2015-01-08 13:56:43 -05:00
Yan Pritzker
3b8120e9d4 Revert bundle syntax update that may have caused pain for upgraders [Fix #588] 2015-01-06 13:38:22 -06:00
Yan Pritzker
2ceebe434c Merge pull request #587 from mlazarov/master
Updating github raw userdata urls to githubusercontent.com
2015-01-05 06:24:31 -06:00
Martin Lazarov
4162490a1f Updating github raw userdata urls to githubusercontent.com 2015-01-05 14:18:32 +02:00
Steven Barragán
96679d26d6 Switch out individual language packs for vim-polyglot [Fix #573] 2015-01-04 14:17:27 -06:00
Nikolai Berkoff
a5fccb9f17 Vundle syntax update [Fix #578] 2015-01-04 14:06:25 -06:00
Yan Pritzker
81f89e64d1 Readme cleanup 2015-01-04 14:03:58 -06:00
Yan Pritzker
22f74389b1 Add csapprox for gblame to work in terminal [Fix #579] 2015-01-04 13:58:00 -06:00
Yan Pritzker
b163ebd7bd Removed deprecated tagbar usage 2015-01-04 13:58:00 -06:00
Yan Pritzker
a3b225f68d Merge pull request #577 from nikolai-b/master
fix error in linux font install
2015-01-04 13:56:51 -06:00
Yan Pritzker
8bff6c608f Merge pull request #581 from gerrywastaken/patch-1
Make Easymotion keys visible
2015-01-04 13:53:05 -06:00
Yan Pritzker
bea8c2f5e2 Merge pull request #583 from dsimmons/refactor/dedupe-persistent-undo
Remove redundant persistent-undo.vim
2015-01-04 13:52:27 -06:00
Yan Pritzker
ac966402fc Merge pull request #584 from timstott/remove_duplicate_splits_mappings
Remove duplicate window split mappings
2015-01-04 13:52:06 -06:00
Yan Pritzker
7ed3186b77 Merge pull request #585 from skwp/prezto-update
Update prezto
2015-01-04 13:51:41 -06:00
Yan Pritzker
c3fdeac7b6 Update prezto; testing for a clean install 2015-01-04 13:48:20 -06:00
Yan Pritzker
26a2c1cd74 Example of setting colorscheme in README 2015-01-04 13:47:06 -06:00
Yan Pritzker
60da109601 Removed reference to janus 2015-01-04 13:23:58 -06:00
Yan Pritzker
b0179e56a8 Add base16 colorscheme as an option 2015-01-04 10:46:14 -06:00
Timothy Stott
8102fef1f4 Remove duplicate window split mappings 2014-12-31 13:27:59 +06:00
Dan Simmons
e58bb0c774 Removed redundant persistent-undo.vim 2014-12-30 17:37:56 -05:00
Yan Pritzker
46d416eef6 Merge pull request #582 from timstott/remove_stale_plugin_settings
Remove orphan vim settings for LustyExplorer plugin
2014-12-27 08:39:57 -08:00
Timothy Stott
92b582122b Remove orphan vim settings for LustyExplorer plugin 2014-12-27 14:50:15 +06:00
Gerry
432f998af3 Make Easymotion keys visible
The current readme uses tag delimiters which results in part of the readme being hidden from the end user. It is also not obvious that the commas are keys and not just a break in the sentence. For this and other reasons I also wrapped all keys in the kdb tags were are specifically intended for this situation.
2014-12-23 13:15:04 +11:00
Nikolai Berkoff
ecb25eed52 fix error in linux font install 2014-12-17 20:14:14 +00:00
Yan Pritzker
979b89c961 Merge pull request #575 from jby/fix_tmux_conf_syntax
Fixed tmux.conf syntax after PR #565
2014-12-01 06:40:02 -06:00
Jonas Bygdén
97917cd73f Fixed tmux.conf syntax 2014-12-01 10:20:00 +01:00
Yan Pritzker
d75fe7e1dd Fix solarized easymotion in terminal vim 2014-11-21 11:51:33 -06:00
Yan Pritzker
b2ee7b78a0 Merge pull request #562 from jby/new_lightline_settings
Modified setings of lightline to match the README in the lightline project
2014-11-21 11:47:04 -06:00
Yan Pritzker
aca1f7662a Merge pull request #570 from lfilho/fix-macvim-external-display
Adding script to fix MacVim bug with external displays
2014-11-21 11:46:53 -06:00
Yan Pritzker
19dbe973a1 Merge pull request #571 from lfilho/move-osx-bin
Moving ./osx to ./bin/osx
2014-11-21 11:46:35 -06:00
Luiz Gonzaga dos Santos Filho
0915851bc3 Moving ./osx to ./bin/osx 2014-11-20 20:06:45 -02:00
Luiz Gonzaga dos Santos Filho
adaf8cb243 Adding shell script to fix MacVim bug with external displays
(cherry picked from commit 479a0b5b714805218fa16ed91446d19bbebffcfd)
2014-11-20 19:59:29 -02:00
Yan Pritzker
c2725078b6 Merge pull request #564 from timstott/update_documentation
Update vim enhancements README with Lightline
2014-11-19 11:43:05 -06:00
Yan Pritzker
17989c18b1 Merge pull request #565 from ianks/tmux-split
Make tmux split exactly 50%
2014-11-19 11:42:54 -06:00
Yan Pritzker
ba34831bd2 Merge pull request #569 from adamenger/patch-1
Add :q to exit shell
2014-11-19 11:42:45 -06:00
adamenger
4f6faf0561 Update aliases.zsh
Adding :q to exit your shell
2014-11-19 11:42:18 -06:00
Ian Ker-Seymer
33b781523d Make tmux split exactly 50% 2014-11-11 17:10:41 -07:00
Timothy Stott
7f2112cf68 Update vim enhancements README with Lightline 2014-11-11 21:58:51 +00:00
Jonas Bygdén
35c32f386a Modified setings of lightline to match the README in the lightline project Added indication of paste mode, added functions instead of code in call of components, added git branch glyph, added path to file being edited 2014-11-11 14:53:28 +01:00
Yan Pritzker
000c376aab Merge pull request #556 from stevenbarragan/update-multicursor-plugin
Point vim-multiple-cursors to current owner
2014-10-29 14:15:29 -05:00
Steven Barragán
8642a8d2a8 Point vim-multiple-cursors to current owner 2014-10-28 23:31:47 -07:00
Yan Pritzker
ee6e5b9590 Merge pull request #551 from dsimmons/fix/nerdtree-keybinding
[Fix] Keybinding conflict introduced as part of #526.
2014-10-25 13:37:55 -05:00
Dan Simmons
dfb65f2177 Fixed keybinding conflict introduced as part of #526. 2014-10-24 17:28:04 -04:00
Yan Pritzker
9e64c72eeb Merge pull request #549 from ianks/master
Remove vim/.vundles.local.bak from source control
2014-10-24 15:09:35 -05:00
Ian Ker-Seymer
d63c94dda7 Remove vim/.vundles.local.bak from source control 2014-10-24 14:08:51 -06:00
Yan Pritzker
ce5b38ebb0 Navigate seamlessly between vim and tmux [Fix #526] 2014-10-24 15:01:18 -05:00
Yan Pritzker
f6bdf5708e Merge pull request #510 from nikolai-b/master
separate mac and linux vim keymaping
2014-10-24 14:58:20 -05:00
Yan Pritzker
7c3bc67fe1 Merge pull request #546 from jeffwidman/patch-2
Remove deprecations from gemrc
2014-10-24 14:57:35 -05:00
Yan Pritzker
f8727bfaa7 Merge pull request #547 from tmullen/update_homebrew_path
Update to Homebrew app install path.
2014-10-24 14:57:27 -05:00
Yan Pritzker
491bdf7a64 status bar shows even on one pane [Fix #538] 2014-10-24 14:56:50 -05:00