Skip to content

Commit

Permalink
Simplify README
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-t committed Jan 3, 2018
1 parent 7edaf22 commit 41c2217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,7 @@ Installation
Configuration
-------------

You most likely want to add keybindings for the two available commands into your `~/.vim/after/ftplugin/haskell.vim` e.g.:
You most likely want to add keybindings for the two available commands into your `~/.vimrc` e.g.:

autocmd FileType haskell nmap <silent> <F1> :silent update <bar> HsimportModule<CR>
autocmd FileType haskell nmap <silent> <F2> :silent update <bar> HsimportSymbol<CR>
Expand Down

0 comments on commit 41c2217

Please sign in to comment.