local map = require('utils').create_buf_map(0)

-- easy insertion of trailing . from insert mode.
map('i', '..', '<Esc>A.<Esc>')