Skip to content

Instantly share code, notes, and snippets.

@littlefolk
Created June 22, 2010 13:22
Show Gist options
  • Save littlefolk/448455 to your computer and use it in GitHub Desktop.
Save littlefolk/448455 to your computer and use it in GitHub Desktop.
// Echo Statusline-field-url {{{
// ステータスバーを隠している時に、URL表示を確認する
mappings.addUserMap(
[modes.NORMAL], ['<C-g>'],
'Print the current url status',
function () liberator.echo(statusline._urlWidget.value),
{}
);
// }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment