📝 Adds the tmux-notify plugin to the README.md (#41)

* 📝 Adds the tmux-notify plugin to the README.md

* 🙈 Adds gitignore and remove vscode folder

* 🎨 Reverts remark autoformatting

* 🎨 Restores original TOC

My IDE also updated the TOC. I now restored it back to your original
TOC.
This commit is contained in:
Rick 2020-11-24 01:39:54 +08:00 committed by GitHub
parent a6fce6660f
commit 4ed97a8313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Folders to ignore
.vscode

View File

@ -86,6 +86,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set
- [tmux-bitwarden](https://github.com/Alkindi42/tmux-bitwarden) Access your Bitwarden login items in a tmux pane. - [tmux-bitwarden](https://github.com/Alkindi42/tmux-bitwarden) Access your Bitwarden login items in a tmux pane.
- [tmux-fingers](https://github.com/Morantron/tmux-fingers) copy pasting in terminal with vimium/vimperator like hints. - [tmux-fingers](https://github.com/Morantron/tmux-fingers) copy pasting in terminal with vimium/vimperator like hints.
- [tmux-fzf-url](https://github.com/wfxr/tmux-fzf-url) For opening urls from browser quickly without mouse. - [tmux-fzf-url](https://github.com/wfxr/tmux-fzf-url) For opening urls from browser quickly without mouse.
- [tmux-notify](https://github.com/ChanderG/tmux-notify) A plugin to notify you when processes complete.
- [tmux-thumbs](https://github.com/fcsonline/tmux-thumbs) A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator - [tmux-thumbs](https://github.com/fcsonline/tmux-thumbs) A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator
- [tmux-1password](https://github.com/yardnsm/tmux-1password) Access your 1Password login items in a tmux pane. - [tmux-1password](https://github.com/yardnsm/tmux-1password) Access your 1Password login items in a tmux pane.
- [tmux-jump](https://github.com/schasse/tmux-jump) Vimium/Easymotion like navigation for tmux. - [tmux-jump](https://github.com/schasse/tmux-jump) Vimium/Easymotion like navigation for tmux.