index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
mappings.lua
Age
Commit message (
Expand
)
Author
2023-02-19
fix: execute autocmds correctly (#2375)
Josa Gesell
2023-01-22
docs: proof-read edits (#2311)
James Trew
2022-11-06
feat: the parameter "map" of attach_mappings can be list of modes to create m...
ADoyle
2022-09-03
fix: nop i_<c-j> because we dont want allow new line (#2147)
Simon Hauser
2022-08-13
docs: fix arguments in mappings table to refelct implementation (#2111) (#2125)
Nikita Kulakov
2022-07-12
docs: mappings documentation overhaul (#2065)
Simon Hauser
2022-07-07
fix: also map <C-/> for which-key (#2051)
Gregory Anders
2022-07-07
chore: reformat with stylua 0.14.0
Simon Hauser
2022-04-22
feat: lua autocmd (#1707)
Dave Lage
2022-03-20
feat: enable individual options for mappings (#890)
Waldson PatrĂcio
2022-03-13
fix: action mt again (#1487)
Simon Hauser
2022-01-05
feat: Add <C-w> to default mappings (#1650)
Dave G
2021-11-23
Revert "fix: action mt so we can again concat actions from two different tabl...
Simon Hauser
2021-11-22
fix: action mt so we can again concat actions from two different tables (#1143)
Simon Hauser
2021-11-13
feat: results scrolling actions (#1436)
Luke Kershaw
2021-10-11
feat: add `gg` and `G` to default mappings (#1325)
Zachary Churchill
2021-09-01
feat: show keymaps for builtin actions (#1084)
fdschmidt93
2021-08-20
mapping: Remove center action after select_default action in default mappings...
Joshua Cao
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-06-09
feat: set defaults for each picker in telescope setup (#883)
Simon Hauser
2021-03-09
feat: add completion to pre-filtering (#626)
fdschmidt93
2021-03-03
fix: Keep remaps safe between reloads
TJ DeVries
2021-02-28
feat: add ability to multiselect in reverse direction (#573)
Volodymyr Kot
2021-02-27
feat: multi selection. Only integrates with send_selected_to_qflist (#551)
TJ DeVries
2021-02-24
feat: adds M mapping in normal mode (#544)
Hubert Pelczarski
2021-02-24
feat: advanced normal mode (#463)
Simon Hauser
2021-02-22
feat: Action improvements (#472)
TJ DeVries
2021-01-27
Undo #465 (#469)
anott03
2021-01-25
fix: move to actions.select as default action (#465)
anott03
2020-11-24
fix: Use noremap when mapping. (#286)
Julian Berman
2020-11-02
feat: Actions can now be summed up and center action (#204)
Simon Hauser
2020-10-08
fix: Allow people to still override ALL the mappings
TJ DeVries
2020-10-08
feat: Add more easily customizable mappings.
TJ DeVries
2020-09-06
Normalize mappings (#28)
runiq
2020-09-04
Fix mapping prefix (#26)
runiq
2020-09-04
breaking: change attach_mappings to take bufnr as first argument
TJ DeVries
2020-09-02
feat: add some new items and make mappings easier
TJ DeVries
2020-08-31
feat: Add better mapping support
TJ DeVries
2020-08-31
wip: start on mappings
TJ DeVries
2020-08-29
feat: Add escape spamming
TJ DeVries
2020-08-29
Try to fix thing for rocker
TJ DeVries
2020-08-29
feat: Add selection and start actions
TJ DeVries
2020-08-28
fix: Hopefully fix opening preview window sometime
TJ DeVries
2020-08-28
feat: borders and no previews for rocker
TJ DeVries
2020-08-27
slightly better small screen UX
TJ DeVries
2020-08-27
feat: Add livegrep and lsp referecnes
TJ DeVries
2020-07-31
Streamed some refactoring. More work to do
TJ DeVries
2020-07-17
Another stream
TJ DeVries
2020-07-15
Get simple rg example to work
TJ DeVries