Commit Graph

100 Commits

Author SHA1 Message Date
Joao Marcos S B de Moraes 820d2e8957 add snipmate settings 2021-02-03 15:09:55 -03:00
Nanda Lopes e5231570c3 Fix #845 Vim suspends in some times 2020-11-08 15:45:37 -03:00
Pablo Bender c0a97ff895 fix missing if detecting buffer fugitive type 2019-01-15 09:55:31 -03:00
Andy Bohne 1e190e9a8d Replace call to deprecated function 2019-01-14 15:20:16 -05:00
Yan Pritzker e5a1358508 Revert "Migrate from the silver searcher to ripgrep" 2017-05-30 16:40:31 -05:00
Steven Barragan f9519dc9f0 Fallback to ag if rg is not present 2017-05-23 15:16:11 -07:00
Steven Barragán a3c7492f82 Merge branch 'master' into feature/ripgrep 2017-02-22 17:15:59 -08:00
Yan Pritzker 78da69d421 Remap K to ,k for search so you don't accidentally lock up vim
People were complaining that "K" was too easy to hit by accident on a random char and search a large codebase.
2017-01-16 11:59:52 -06:00
Steven Barragán 09c773df21 Setup RipGrep for:grep 2017-01-02 22:16:33 -06:00
Steven Barragán 956c0ed4df Migrate from the silver searcher to ripgrep 2016-12-31 13:34:40 -06:00
Yan Pritzker 6f5481cdeb ,jj to get to javascript files 2016-10-07 09:47:35 -05:00
Yan Pritzker c5263b3409 Default to eslint 2016-07-22 10:55:04 -05:00
Marc Ignacio 5125d393f7 Add vim shortcut: copy the relative path of a file
I've been using ,cf for some of the time, but sometimes I don't want the full path for a variety of reasons:
- any command where relative path suffices (running tests, removing files)
- the full path won't work if I'm using MacVim and the project is within vagrant cli
2016-06-07 14:29:39 +08:00
Yan Pritzker 22dd9da9d6 Remove grep current partial, doesn't work well 2016-05-12 12:59:38 -05:00
Yan Pritzker 996915dc22 Revert "Merge pull request #701 from yjlintw/upstream"
This reverts commit e84ba17c26, reversing
changes made to 1edab81c26.
2016-04-28 15:44:34 -05:00
Yan Pritzker e84ba17c26 Merge pull request #701 from yjlintw/upstream
Fixed GUI visual mode highlight color
2016-04-28 15:43:26 -05:00
Yan Pritzker 1edab81c26 Opens nerdtree to the root of your current project if not looking at a file 2016-04-28 15:23:38 -05:00
Yu-Jen Lin cf271b098b Fixed GUI visual mode highlight color 2016-03-28 21:06:20 -04:00
Yan Pritzker cc4b8043f0 Set shell so that path to ctags is correct 2016-02-11 14:45:25 -06:00
Yan Pritzker 22bf2faf34 Treat ES6 extension files as javascript 2016-01-29 10:43:51 -06:00
Yan Pritzker ec0c41227a Fix zeus alias 2015-10-27 11:58:46 -05:00
Yan Pritzker e016b187c6 Run tests using zeus with zl and zs 2015-10-27 10:31:40 -05:00
yan cf6bb61336 Ctrl-x and Ctrl-z navigate the quickfix list 2015-09-08 13:10:26 -05:00
Yan Pritzker 878cc35752 Unmap gf..causing issues 2015-07-27 13:01:54 -05:00
Yan Pritzker eb24df5316 Unmap ctrl-f which overrides normal vim behavior 2015-07-26 21:56:08 -05:00
Yan Pritzker dc6765cc04 Merge pull request #595 from blittle/master
Change the NERDTreeFind keymap to not statically set the nerdtree window size
2015-07-26 21:25:41 -05:00
Yan Pritzker e5b3c4cbeb Fix shortcuts for deprecated Rails.vim commands 2015-06-23 13:38:44 -05:00
Yan Pritzker d74ab05613 Change Cmd-Space to Ctrl-Space for autocomplete 2015-06-02 19:03:09 -05:00
Yan Pritzker d316096428 This wasn't working and occasionally introduced problems in other areas 2015-04-14 10:00:41 -05:00
Yan Pritzker 39a812f20b Make syntastic play nice with RVM 2015-03-24 16:17:35 -05:00
Bret Little 43a67b31cb Change the NERDTreeFind keymap to not statically set the nerdtree window size
With this change users can now change the variable g:NERDTreeWinSize and have it applied
to new instances of NERDTree created with the NERDTreeFind keymap ctrl-\
2015-01-13 13:17:24 -07:00
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
Steven Barragán 96679d26d6 Switch out individual language packs for vim-polyglot [Fix #573] 2015-01-04 14:17:27 -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
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
Timothy Stott 92b582122b Remove orphan vim settings for LustyExplorer plugin 2014-12-27 14:50:15 +06:00
Yan Pritzker d75fe7e1dd Fix solarized easymotion in terminal vim 2014-11-21 11:51:33 -06: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
Dan Simmons dfb65f2177 Fixed keybinding conflict introduced as part of #526. 2014-10-24 17:28:04 -04: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 491bdf7a64 status bar shows even on one pane [Fix #538] 2014-10-24 14:56:50 -05:00
Nikolai B 9d30fc4041 make more mappings use Alt + readme 2014-09-29 21:33:48 +01:00
Nikolai B 9260dc8b78 use alt for more mappings 2014-09-29 20:22:56 +01:00
Yan Pritzker b848249e7d Better colors 2014-08-15 10:55:48 -05:00
Yan Pritzker 470b33b76c \sp for specify {} blocks 2014-08-07 11:36:39 -05:00
Yan Pritzker 1ba9f3e1fe Get rid of heavy omni complete - seems to hang on some machines 2014-07-21 15:37:57 -05:00
Alex Frost 245ca3a2b4 separate mac and linux vim keymaping 2014-07-16 23:51:45 +01:00
Yan Pritzker 86350a58f8 If you don't use a solarized terminal, you have to set g:yadr_using_unsolarized_terminal now [Ref #487] 2014-07-03 17:11:41 -04:00
Yan Pritzker 61c66ea3b7 Update docs 2014-06-24 11:38:24 -05:00