Skip to content

Commit

Permalink
Vim: Map actual leader...
Browse files Browse the repository at this point in the history
  • Loading branch information
StanAngeloff committed Nov 24, 2015
1 parent a5a5204 commit f37e8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ vnoremap <C-R> "ac<C-R>=<C-R>a<CR><Esc>vbo
" Snippets keyboard bindings.
" Unix timestamp.
inoremap \time <C-R>=substitute(system('date +%s'), '\n', '', 'g')<CR>
inoremap <leader>time <C-R>=substitute(system('date +%s'), '\n', '', 'g')<CR>
" Copy entire buffer to X clipboard.
nnoremap <leader>= mZggVG"+yg`Z
Expand Down

0 comments on commit f37e8be

Please sign in to comment.