Skip to content

Commit

Permalink
[vim] Add <leader>en mapping to edit notes
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Feb 4, 2020
1 parent 5dd9373 commit 37c2f45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,11 @@ nnoremap <silent> k :TmuxNavigateUp<cr>
nnoremap <silent> j :TmuxNavigateDown<cr>
nnoremap <silent> l :TmuxNavigateRight<cr>
" edit configuration files
" edit named files
nnoremap <leader>ev :e $MYVIMRC<cr>
nnoremap <leader>ee :e $MYVIMRC<cr>
nnoremap <leader>es :e ~/.zshrc<cr>
nnoremap <leader>en :e notes.md<cr>

"" aliases
Expand Down

0 comments on commit 37c2f45

Please sign in to comment.