Commit Graph

102 Commits

Author SHA1 Message Date
Junegunn Choi da58759f88 [Locate] -complete=dir 2015-11-11 01:59:24 +09:00
Ilia Choly 1a2d597045 Add GitFiles command 2015-11-01 15:33:49 -05:00
Junegunn Choi 0e995e1913 Customizable statusline
Close #32
2015-10-31 00:36:33 +09:00
Junegunn Choi fcd3bbf9b2 Add <plug>(fzf-maps-[nixo]) - Mapping selecting mappings 2015-10-05 00:34:16 +09:00
Junegunn Choi 8a47a2bf5f Merge s:defs calls
Avoid duplicate error messages on invalid g:fzf_command_prefix
2015-10-01 03:47:16 +09:00
Junegunn Choi 95123eaf9b Fix g:fzf_command_prefix not applied to History
/cc @atweiden
2015-10-01 03:30:46 +09:00
Tommy Allen e5c38eb1a5 Replace the terminal window's statusline in NeoVim 2015-09-30 14:21:51 -04:00
Junegunn Choi 9c98fda058 Fix #18 - Add g:fzf_command_prefix 2015-09-30 18:51:01 +09:00
Junegunn Choi 921d92ff4a [BCommits] Add BCommits command 2015-09-20 14:51:06 +09:00
Junegunn Choi d8b54082c1 [Commits] Add Commits command for browsing git commits
- Enter, CTRL-T/X/V to show commit
- CTRL-D to diff against HEAD
- Multiple selection with TAB / Shift-TAB

Close #13
2015-09-20 01:26:28 +09:00
Junegunn Choi 47fb2c3eb6 Make fzf#vim#complete#path take command as the first argument
inoremap <expr> <c-x><c-g> fzf#vim#complete#path('git ls-files $(git rev-parse --show-toplevel)')
2015-09-12 02:52:43 +09:00
Junegunn Choi d2b235262e Code restructuring 2015-09-06 01:00:04 +09:00
Junegunn Choi 46c0e47b02 Fix History[:/] - History command itself can shift index by one 2015-09-02 23:07:02 +09:00
Junegunn Choi e252f45762 Command history and search history (#6) 2015-09-02 22:54:21 +09:00
Junegunn Choi e3cac09d60 Ignore __Tagbar__ buffer 2015-09-02 19:10:49 +09:00
Junegunn Choi 332513de58 [Commands] List user-defined commands first 2015-08-31 23:09:55 +09:00
Junegunn Choi 4d99749294 normal! zz on BTags and Tags 2015-08-29 23:03:33 +09:00
Junegunn Choi eec4a667d8 Extend Commands to include default ex commands 2015-08-29 22:51:34 +09:00
Junegunn Choi 602d98b7eb Fix #1 - Helptags to update &rtp when required 2015-08-29 00:43:06 +09:00
Junegunn Choi f73ac9283d Remove dead code 2015-08-28 18:42:43 +09:00
Junegunn Choi 40d5fad5bd Apply new dynamic height option 2015-08-28 18:41:18 +09:00
Junegunn Choi e43e945ccc Add Windows command
Close #4
2015-08-28 17:49:50 +09:00
Junegunn Choi bc00b07079 Fix #3 - Use colors instead of --with-nth for readability 2015-08-25 02:28:56 +09:00
Junegunn Choi 366f290bda No bold colors 2015-08-25 02:27:31 +09:00
Junegunn Choi 8fbd617197 Add Helptags command
If you use pathogen, you may notice that the name of the new command
conflicts with the command of the same name from it, but you can still
`call pathogen#helptags()`.
2015-08-24 01:43:32 +09:00
Junegunn Choi 3a70b0b273 Add line completion (global and local) 2015-08-23 04:23:16 +09:00
Junegunn Choi e192cfef43 Add BLines command (buffer lines) 2015-08-23 04:19:39 +09:00
Junegunn Choi b9c75fda50 Fix tab handling bug in Tags command 2015-08-23 01:30:04 +09:00
Junegunn Choi 11b29d1555 Apply -x to Buffers and Marks 2015-08-23 00:06:27 +09:00
Junegunn Choi 1ccd3d0c72 Apply --tiebreak=index option 2015-08-22 23:03:56 +09:00
Junegunn Choi ec0d685faf Add Marks command 2015-08-22 22:57:28 +09:00
Junegunn Choi 813b58b3ea Add mappings 2015-08-22 01:00:31 +09:00
Junegunn Choi 8855227506 g:fzf_layout 2015-08-22 00:55:57 +09:00
Junegunn Choi 15ab67ab86 Fix Tags to correctly set dir 2015-08-22 00:55:21 +09:00
Junegunn Choi c1ae1c8f07 More advanced options for fzf#complete 2015-08-20 03:19:48 +09:00
Junegunn Choi 5282e5c427 Minor refactoring 2015-08-19 23:39:20 +09:00
Junegunn Choi c51e7f718c Allow zero argument to fzf#complete 2015-08-19 23:35:21 +09:00
Junegunn Choi ca4163b57c Augment fzf#complete interface with reducer option 2015-08-18 18:33:45 +09:00
Junegunn Choi cffb0e0191 Add Commands command 2015-08-18 18:14:29 +09:00
Junegunn Choi 701791bd37 Unsilent commands that might cause E325 2015-08-18 12:06:47 +09:00
Junegunn Choi 2fbad0f819 Update fzf#complete to be used in expression mapping 2015-08-18 03:38:12 +09:00
Junegunn Choi bad5f00c44 Add experimental completion helper function 2015-08-17 19:50:23 +09:00
Junegunn Choi c428193bc0 Add Snippets command for UltiSnips 2015-08-17 18:54:00 +09:00
Junegunn Choi ff406e34bf Use shortened path name of current working directory as the prompt 2015-08-17 18:03:37 +09:00
Junegunn Choi 36289f9261 Refactoring 2015-08-17 18:03:00 +09:00
Junegunn Choi 453b6cf035 Print "[No Name]" when the buffer has no name 2015-08-16 00:24:31 +09:00
Junegunn Choi 4128925e3e Add Files command 2015-08-16 00:09:22 +09:00
Junegunn Choi 63fc2490d8 Handle single/double quote characters in 'dir' option 2015-08-16 00:08:08 +09:00
Junegunn Choi 1db7220e99 Open silently 2015-08-15 17:49:52 +09:00
Junegunn Choi aa85c424ea Reverse the order of v:oldfiles 2015-08-15 03:13:15 +09:00