runiq
|
675e240383
|
Normalize mappings (#28)
Modes now use lowercase keys, mappings use the internal representation
via `nvim_replace_termcodes()`.
|
2020-09-06 22:51:36 -04:00 |
|
Brian Ryall
|
b065423013
|
added treesitter builtin (#31)
* added treesitter builtim
* fixed treesitter pr comments
* fix the buffer previewer to keep lnum visable
|
2020-09-06 22:48:36 -04:00 |
|
TJ DeVries
|
0185d9b6b0
|
fix: err msg
|
2020-09-05 23:34:52 -04:00 |
|
Subeet Kumar Dutta
|
d3c9b65252
|
added preview for files which spaces in names. (#35)
TODO: Still need to do better escaping.
|
2020-09-05 15:49:01 -04:00 |
|
TJ DeVries
|
639497ae6d
|
feat: version check
|
2020-09-05 15:15:15 -04:00 |
|
TJ DeVries
|
a0318bfc2a
|
fix: respect path over filename
|
2020-09-05 07:36:06 -04:00 |
|
TJ DeVries
|
c70d6e58a0
|
feat: add buffer list (#30)
NOTE: Buffer entry sometimes uses unstyled window, and I can't figure out why.
* feat: add buffers
* fixup
|
2020-09-05 07:34:38 -04:00 |
|
Simon Hauser
|
4abb5f7867
|
Adds split and tabedit mappings. Adopted by fzf.vim (#29)
|
2020-09-04 15:48:00 -04:00 |
|
runiq
|
f5f1275411
|
Fix mapping prefix (#26)
`<cmd>` doesn't trigger `InsertLeave`.
|
2020-09-04 14:27:39 -04:00 |
|
TJ DeVries
|
a6c883ce36
|
breaking: change attach_mappings to take bufnr as first argument
|
2020-09-04 11:01:10 -04:00 |
|
TJ DeVries
|
14310ee6b1
|
fix: Don't push past midnight. You'll make clason's stuff break :/
|
2020-09-04 09:49:10 -04:00 |
|
TJ DeVries
|
996f69465e
|
feat: vertical layouts. see 'layout_strategy'
|
2020-09-04 00:36:28 -04:00 |
|
TJ DeVries
|
839f57efb3
|
feat: Major improvements in API. Particularly relating to entries.
|
2020-09-03 23:56:49 -04:00 |
|
TJ DeVries
|
737363097b
|
Readme updates
|
2020-09-03 16:30:03 -04:00 |
|
Dave Lage
|
318a011be6
|
Add arrow key mappings for insert and normal mode. (#21)
|
2020-09-03 13:27:30 -04:00 |
|
TJ DeVries
|
1ce5eaad7a
|
fix: Prevent people from erroring from having new lines in display
|
2020-09-03 11:59:51 -04:00 |
|
TJ DeVries
|
b04ec331c4
|
feat: Add cool mapping for <C-R> in command mode
|
2020-09-03 11:18:08 -04:00 |
|
TJ DeVries
|
d48a2933d5
|
fix: clear last line
|
2020-09-02 19:11:38 -04:00 |
|
TJ DeVries
|
061307233c
|
feat: add some new items and make mappings easier
|
2020-09-02 00:06:07 -04:00 |
|
Himanshu
|
9f906f0392
|
Added functionality to view and navigate loclist (#17)
|
2020-09-01 22:34:21 -04:00 |
|
TJ DeVries
|
39096492ab
|
feat/hack: Add builtin.builtin
|
2020-09-01 22:27:50 -04:00 |
|
TJ DeVries
|
c11a661362
|
feat: new fuzzy sorter
|
2020-09-01 22:00:55 -04:00 |
|
TJ DeVries
|
4ac50c68ca
|
wip: new sorters
|
2020-09-01 20:51:41 -04:00 |
|
Dave Lage
|
49e25fdc18
|
Add picker docs (#15)
* Add picker docs
* Update tab for example
* Make example syntax work
* Expand built in docs
|
2020-09-01 20:50:47 -04:00 |
|
TJ DeVries
|
e03a542b9e
|
feat: Add <CR> for normal mode
|
2020-09-01 17:50:15 -04:00 |
|
TJ DeVries
|
be37081292
|
fix: failed to check for local
|
2020-09-01 17:07:15 -04:00 |
|
TJ DeVries
|
120f1cc8c2
|
closes: #10
|
2020-08-31 22:43:09 -04:00 |
|
TJ DeVries
|
018ac0a118
|
remove gif
|
2020-08-31 22:40:21 -04:00 |
|
TJ DeVries
|
40ec583ebf
|
remove gif
|
2020-08-31 22:39:27 -04:00 |
|
TJ DeVries
|
51ed9c3e98
|
Add some WIP stuff
|
2020-08-31 22:23:12 -04:00 |
|
TJ DeVries
|
8cf3952f27
|
fix: Rendering sometimes didn't work
|
2020-08-31 22:23:06 -04:00 |
|
TJ DeVries
|
2d63bca419
|
fix: lower logging level
|
2020-08-31 19:40:06 -04:00 |
|
TJ DeVries
|
8c5bf8c746
|
wip: Messing around w/ ffi for some stuff
|
2020-08-31 18:12:51 -04:00 |
|
TJ DeVries
|
e38589f265
|
feat: Combine configuration into picker.new()
|
2020-08-31 17:32:31 -04:00 |
|
smolck
|
0af8a911b4
|
Remove useless (?) tbl_map
|
2020-08-31 16:47:28 -04:00 |
|
smolck
|
450574df47
|
Revert finders.lua change
|
2020-08-31 16:47:28 -04:00 |
|
smolck
|
bb3def47c3
|
Don't use FZF
|
2020-08-31 16:47:28 -04:00 |
|
smolck
|
21474b586c
|
Add FZF builtin for searching vim.v.oldfiles
|
2020-08-31 16:47:28 -04:00 |
|
Seth Messer
|
2ba8d57d78
|
Renames the quickfix-related builtin variables from lsp references
|
2020-08-31 16:44:06 -04:00 |
|
TJ DeVries
|
6b066cf9e8
|
feat: Add better mapping support
|
2020-08-31 00:06:53 -04:00 |
|
TJ DeVries
|
a6fe9721ac
|
wip: start on mappings
|
2020-08-31 00:06:53 -04:00 |
|
rockerBOO
|
d83731c386
|
Add new selection strategy docs
|
2020-08-30 22:48:18 -04:00 |
|
TJ DeVries
|
2fba02803c
|
feat: Add selection strategies
|
2020-08-30 00:44:04 -04:00 |
|
TJ DeVries
|
7c921b288f
|
feat: Add escape spamming
|
2020-08-29 23:18:01 -04:00 |
|
TJ DeVries
|
6a75a0b6d3
|
fix: but I don't like that I fixed by scheduling... Seems race condition
|
2020-08-29 23:08:30 -04:00 |
|
TJ DeVries
|
9bb62777b2
|
fix: Think I fixed the weird movements
|
2020-08-29 22:55:48 -04:00 |
|
TJ DeVries
|
fc534a58d8
|
fix: Don't index nil string
|
2020-08-29 22:27:49 -04:00 |
|
TJ DeVries
|
1c2b1e0d0d
|
Try to fix thing for rocker
|
2020-08-29 22:22:51 -04:00 |
|
TJ DeVries
|
ae9b769299
|
feat: Add selection and start actions
|
2020-08-29 22:15:40 -04:00 |
|
TJ DeVries
|
7115368593
|
fix: Don't break when no preview opts
|
2020-08-29 21:04:02 -04:00 |
|