feat; add zsh-history-substring-search to useful tools
parent
55b6366def
commit
6eafab6d80
|
@ -54,7 +54,7 @@
|
||||||
><span aria-hidden="true" class="octicon octicon-link"></span
|
><span aria-hidden="true" class="octicon octicon-link"></span
|
||||||
></a>
|
></a>
|
||||||
</div>
|
</div>
|
||||||
<p>This just a raw list.</p>
|
<p>This is just a raw list.</p>
|
||||||
<div class="markdown-heading">
|
<div class="markdown-heading">
|
||||||
<h2 class="heading-element">Tools</h2>
|
<h2 class="heading-element">Tools</h2>
|
||||||
<a
|
<a
|
||||||
|
@ -90,6 +90,13 @@
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/zsh-users/zsh-history-substring-search"
|
||||||
|
>https://github.com/zsh-users/zsh-history-substring-search</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/junegunn/fzf"
|
<a href="https://github.com/junegunn/fzf"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Useful tools
|
# Useful tools
|
||||||
|
|
||||||
This just a raw list.
|
This is just a raw list.
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ This just a raw list.
|
||||||
|
|
||||||
- https://github.com/starship/starship
|
- https://github.com/starship/starship
|
||||||
- https://github.com/zsh-users/zsh-autosuggestions
|
- https://github.com/zsh-users/zsh-autosuggestions
|
||||||
|
- https://github.com/zsh-users/zsh-history-substring-search
|
||||||
- https://github.com/junegunn/fzf
|
- https://github.com/junegunn/fzf
|
||||||
- https://github.com/Aloxaf/fzf-tab
|
- https://github.com/Aloxaf/fzf-tab
|
||||||
- https://github.com/folke/lazy.nvim
|
- https://github.com/folke/lazy.nvim
|
||||||
|
|
Loading…
Reference in New Issue