From c74a7467941641d500172109b6886f1dcc07dc3d Mon Sep 17 00:00:00 2001 From: somename123 Date: Sun, 22 Jan 2017 10:35:39 +0000 Subject: [PATCH] Added a Table of Contents to the "Examples" page, using https://github.com/ekalinin/github-markdown-toc --- Examples.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/Examples.md b/Examples.md index fe1181c..04ee847 100644 --- a/Examples.md +++ b/Examples.md @@ -1,5 +1,42 @@ You can replace `fzf` command on each example with [`fzf-tmux`](https://github.com/junegunn/fzf#fzf-tmux-script) to start fzf in a new tmux split pane. + +Table of Contents +================= + +* [Opening files](#opening-files) +* [Changing directory](#changing-directory) +* [Searching file contents](#searching-file-contents) +* [Command history](#command-history) + * [With write to terminal capabilities](#with-write-to-terminal-capabilities) +* [Processes](#processes) +* [Git](#git) +* [Tags](#tags) +* [tmux](#tmux) +* [v](#v) + * [Inspired by v. Opens files in ~/.viminfo](#inspired-by-v-opens-files + * [With fasd.](#with-fasd) +* [z](#z) + * [Integration with z.](#integration-with-z) + * [With fasd.](#with-fasd-1) +* [Shell bookmarks](#shell-bookmarks) +* [Google Chrome (OS X)](#google-chrome-os-x) + * [Browsing history](#browsing-history) + * [Bookmarks](#bookmarks) +* [Browsing](#browsing) +* [Locate](#locate) +* [mpd](#mpd) +* [Readline](#readline) +* [RVM](#rvm) +* [Vagrant](#vagrant) +* [Wrapper](#wrapper) +* [LastPass CLI](#lastpass-cli) + + + + + + ### Opening files ```sh