Commit Graph

21 Commits

Author SHA1 Message Date
Iordanis Petkakis
c64a61734f fix(terminal): partially revert previous mappings (#6770)
## Description
Commit 4efd0e2bea introduced some changes
to terminal mappings. I tested in a new LazyVim installation and
`sidekick.nvim` is not affected by `<C-/>` any more.

The mappings `hide_underscore` and `hide_slash` don't let user to create
new terminals with `2<C-/>`, `3<C-/>` and so on. Instead they hide the
terminal and user can't open split terminals next to each other any
more.

Therefore, I believe it would be a better default to revert these 2
mappings explicitly.

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Related Issue(s)
None
<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2025-11-11 09:35:25 +01:00
Folke Lemaitre
4efd0e2bea fix(terminal): term toggle keymaps now only work for snacks terminals. Closes #6573 2025-10-09 22:08:13 +02:00
Folke Lemaitre
a8332c6d50 feat(snacks): added profiler keymaps 2024-12-12 13:47:29 +01:00
Folke Lemaitre
ba632c500d refactor(snacks): move snacks specs to ui/util so that they show up in the generated docs 2024-12-12 13:47:29 +01:00
Folke Lemaitre
5a0122b619 feat(persistence): added leader-qS to select a session 2024-08-31 09:27:14 +02:00
Folke Lemaitre
29e285d882 style(persistence): remove unused option 2024-07-14 18:11:24 +02:00
Folke Lemaitre
66dc9c09d6 feat(util)!: move vim-startuptime to an extra 2024-05-16 21:25:51 +02:00
Folke Lemaitre
e01ad513aa fix(sessions): added folds to sessions 2023-10-27 18:34:33 +02:00
Tom MacWright
6323b419fd docs: Add more documentation (#1174) 2023-07-20 23:16:13 +02:00
Folke Lemaitre
ae759b947b feat(flash)!: Make flash.nvim the default jump plugin for LazyVim
Use the `editor.leap` extra if you rather want to use leap/flit
2023-07-13 08:18:02 +02:00
Folke Lemaitre
99785ce36b fix(persistence): dont add rtp to session 2023-05-22 20:57:26 +02:00
d2kay
6b9f0c0c3c feat: persist pinned tabs (#304)
Adds `globals` to session opts to persist pinned tabs
2023-02-19 09:56:08 +01:00
Folke Lemaitre
6a3f3d3032 fix(plugins): fix the laziness of all plugins to still work as intended with config.defaults.lazy = false. Fixes #67 2023-01-16 16:49:29 +01:00
Folke Lemaitre
688436c9af feat: added vim-repeat. Fixes #56 2023-01-13 22:26:21 +01:00
Folke Lemaitre
2135bc144c refactor(plugins)!: plugins now use lazy.nvim's new opts property to make it far easier to override options 2023-01-08 15:05:34 +01:00
Folke Lemaitre
9026668f2f fix(persistence): fixed stop session keymap description 2023-01-06 19:43:06 +01:00
Folke Lemaitre
532049be0b style: better keys formatting 2023-01-04 13:34:29 +01:00
Folke Lemaitre
ece9533206 feat: added persistence 2023-01-04 13:29:47 +01:00
Folke Lemaitre
bf8f5b31f3 refactor: move api to ui and util 2023-01-03 21:05:22 +01:00
Folke Lemaitre
d4a48226da feat(startuptime): better defaults 2023-01-02 09:49:49 +01:00
Folke Lemaitre
8eb8d235c9 refactor: move everything under lazyvim 2023-01-01 14:33:56 +01:00