.vimrc 設定 (python ファイルに対してだけ有効)†
autocmd FileType python setl autoindent
autocmd FileType python setl smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class
autocmd FileType python setl tabstop=8 expandtab shiftwidth=4 softtabstop=4
- スライドレイアウトの指定(スライドマスターのどの表示形式を使うか)
- prs.slide_layouts[0] = Title (presentation title slide)
- prs.slide_layouts[1] = Title and Content
- prs.slide_layouts[2] = Section Header (sometimes called Segue)
- prs.slide_layouts[3] = Two Content (side by side bullet textboxes)
- prs.slide_layouts[4] = Comparison (same but additional title for each side by side content box)
- prs.slide_layouts[5] = Title Only
- prs.slide_layouts[6] = Blank
- prs.slide_layouts[7] = Content with Caption
- prs.slide_layouts[8] = Picture with Caption
参考 URL†