Skip to content

Commit

Permalink
Fix header level
Browse files Browse the repository at this point in the history
  • Loading branch information
erikw committed May 10, 2023
1 parent a0e94d8 commit 5a0530d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ There are of course already lists like this one floating around on the internet

(yes, technically it is **vi**-like keybindings we talk about here, but most people know and Google for vim, thus vim is used here instead of vi).

# The Ultimate Vim Keybinding List
## Legend
The following symbols are used with each list item to make it clearer what kind of Vim keybindings support exist
* :white_check_mark: - built-in support (possibly via a setting)
* :heavy_plus_sign: - via addon/extension
Expand All @@ -39,6 +39,8 @@ Terminology:



# The Ultimate Vim Keybinding List

## Development
* :white_check_mark: [ipython](https://ipython.org/) - Interactive Python shell. It no longer uses readline for input, so it must be configured in the ipython profile `~/.ipython/profile_default/ipython_config.py` itself ([reference](https://gist.github.com/sstirlin/c3c207b1052b613ab9554b4ebdfc3f35)):
* ```ini
Expand Down

0 comments on commit 5a0530d

Please sign in to comment.