Skip to content

Instantly share code, notes, and snippets.

@thinca
Created April 26, 2014 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinca/11308912 to your computer and use it in GitHub Desktop.
Save thinca/11308912 to your computer and use it in GitHub Desktop.
function! s:set_window_name(name)
let esc = "\<ESC>"
silent! execute '!echo -n "' . esc . 'k' . escape(a:name, '%#!')
\ . esc . '\\"'
redraw!
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment