#author("2026-04-01T08:50:24+09:00","","")
#author("2026-04-04T07:12:16+09:00","","")
redraw は列サイズ変更とトリム表示実装までの代替コマンド。でもないか?

ロードマップ: tir仕様詳細を公開する

* 最新 [#h7eab40f]

** mini.ai [#ka7248b4]
 If you use mini.ai, you can integrate like this:
 
 require("mini.ai").setup({
   custom_textobjects = {
     l = require("tirenvi.editor.textobj").column,
   }
 })

** Optional Dependencies [#r727aa65]
## Optional Dependencies

- tpope/vim-repeat  
  Enables `.` repeat for column width operations

** Repeat Support [#ud60b10c]
### Repeat Support

Column width operations support `.` repeat when `vim-repeat` is installed.

** lazy.nvim 用の例を書く [#cc1bf340]

 {
   "yourname/tirenvi.nvim",
   dependencies = {
     "tpope/vim-repeat", -- optional
   },
 }


Front page   Edit Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes