"""""""""""""""""""""""""""""""""""""""""""""""""
" ignore case for i_Ctrl-N
"""""""""""""""""""""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""""""""""
" set dictionary to use i_Ctrl-X_Ctrl-K
"""""""""""""""""""""""""""""""""""""""""""""""""
set dictionary+=/usr/share/dict/words
"""""""""""""""""""""""""""""""""""""""""""""""""
" i_Ctrl-X_s won't work without spell-checking enabled
"""""""""""""""""""""""""""""""""""""""""""""""""
"Pressing ,ss will toggle and untoggle spell checking
map ,ss :setlocal spell!<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""""""""""
"""""""""""""""""""""""""""""""""""""""""""""""""
ia xdate <c-r>=strftime("%d/%m/%y %H:%M:%S")<cr>