Skip to content

Commit

Permalink
Change 'promote to let' mapping to <Leader>L
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Apr 7, 2013
1 parent e40eb74 commit e20f420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/keybindings.vim
Expand Up @@ -67,7 +67,7 @@ nmap K <Esc>
" I don't like <c-r>
map U :redo<CR>
map <leader>p :PromoteToLet<cr>
map <leader>L :PromoteToLet<cr>
" Marked (markdown preview)
command! Marked silent !open -a "Marked.app" "%:p"
Expand Down

0 comments on commit e20f420

Please sign in to comment.