Skip to content

Commit 01cad30

Browse files
committed
delete repeated plugin → this is now in behaviors so let's remove it from ui.
1 parent 1784b09 commit 01cad30

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

docs/plugins/behaviors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Customize the behavior of closing buffers.
5858
## [smart-splits](https://github.com/mrjones2014/smart-splits.nvim)
5959
Elegant window resize.
6060

61-
* Press `ctrl + w + v` to open a new vertial window.
62-
* Then press `ctrl + arrow keys` to resize the window.
61+
* Press `ctrl + w + v` to create a vertial window.
62+
* Press `ctrl + arrow keys` to resize it.
6363

6464
## [better-escape](https://github.com/max397574/better-escape.nvim)
6565
Removes the annoying delay Vim historically has had when pressing ESC.

docs/plugins/ui.md

-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Plugins that make the user interface better.
1616
- [heirline](#heirline)
1717
- [telescope](#telescope)
1818
- [telescope-fzf-native](#telescope-fzf-native)
19-
- [smart-splits](#smart-splits)
2019
- [dressing](#dressing)
2120
- [noice](#noice)
2221
- [nvim-web-devicons](#nvim-web-devicons)
@@ -70,12 +69,6 @@ Uses fzf-native as backend for telescope. Written in C.
7069

7170
![telescope-fzf-native screenshot](/img/screenshots/config/ui/fzf.webp)
7271

73-
## [smart-splits](https://github.com/mrjones2014/smart-splits.nvim)
74-
Convenient functions to resize Neovim windows.
75-
76-
* Press `Ctrl + w + v` to create a vertical window.
77-
* Press `Ctrl + arrow` to resize it.
78-
7972
## [dressing](https://github.com/stevearc/dressing.nvim)
8073
Improves the visual appearance of `vim.ui.select` and `vim.ui.input`.
8174

0 commit comments

Comments
 (0)