Skip to content

Commit

Permalink
Abbreviation: dts -> Timestamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Jun 18, 2015
1 parent 4024cd4 commit 096e922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -220,6 +220,9 @@ imap <F4> <C-R>=strftime("%Y-%m-%d %H:%M:%S")<CR>
nnoremap [5^ :tabprev<CR>
nnoremap [6^ :tabnext<CR>
" Abbreviation to instert a timestamp
iab <expr> dts strftime("%Y-%m-%d %H:%M:%S")

" Look up selected phrase in google
vnoremap ?? <Esc>:exec
\ ':!sensible-browser http://www.google.com/search?q="'
Expand Down

0 comments on commit 096e922

Please sign in to comment.