Skip to content

Commit

Permalink
Add gifs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Aug 25, 2019
1 parent 7e57a63 commit dc798c7
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,33 @@ cd ~/Downloads/; curl -o init.vim https://raw.githubusercontent.com/plentiform/g
## Features

- File browser: `nt`

![](gifs/nerdtree.gif)

- File search: <kbd>Ctrl</kbd>-`f`
- Text search: `/` then type your search terms (find terms <kbd>Enter</kbd>, next `n`, previous `N`, clear highlight <kbd>Ctrl</kbd>-`l`)

![](gifs/fzf.gif)

- Text search: `/` then type your search terms (find terms <kbd>Enter</kbd>, next `n`, previous `N`, clear highlight <kbd>Ctrl</kbd>-`l`)

![](gifs/text_search.gif)

- Go to definition: `gd` (traverse back with <kbd>Ctrl</kbd>-`o`)

![](gifs/go_def.gif)

- Method and property completion (cycle forward: <kbd>Tab</kbd>, cycle backward <kbd>Shift</kbd>-<kbd>Tab</kbd>, select <kbd>Enter</kbd>)

![](gifs/ncm2.gif)

- Snippets / shortcuts (next input <kbd>Ctrl</kbd>-`j`, previous input <kbd>Ctrl</kbd>-`k`)

![](gifs/snippets.gif)

- Debugger

![](gifs/debugger.gif)

- Auto imports and tab formatting

![](gifs/imports.gif)
Binary file added gifs/debugger.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/fzf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/go_def.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/imports.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/ncm2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/nerdtree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/snippets.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gifs/text_search.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc798c7

Please sign in to comment.