`:DiffviewFileHistory %` コマンドを実行する。 ```lua -- キーバインド例 keys = { { "<Space>f", ":DiffviewFileHistory %<CR>", silent = true }, }, ```