Skip to content

Commit

Permalink
Add an Elixir vim shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
duff committed Nov 20, 2018
1 parent 09cce05 commit 3c91ce7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ nnoremap <leader>F :CtrlPClearCache<CR>:CtrlP<CR>
" --------------------------------------------------
nnoremap <leader>p :OpenSession<space>
" --------------------------------------------------
" Elixir shortcuts
" --------------------------------------------------
nnoremap <leader>o :MixFormat<Enter>
" --------------------------------------------------
" Normal mode shortcuts
" --------------------------------------------------
Expand Down

0 comments on commit 3c91ce7

Please sign in to comment.