Skip to content

Instantly share code, notes, and snippets.

@tader
Created December 28, 2016 14:18
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 tader/03842a1e61188993e311712e22518b61 to your computer and use it in GitHub Desktop.
Save tader/03842a1e61188993e311712e22518b61 to your computer and use it in GitHub Desktop.
iTerm2 TouchBar for Vim
"autocmd VimEnter * silent !echo -ne "\033]1337;PushKeyLabels\a"
autocmd VimEnter * silent !echo -ne "\033]1337;SetKeyLabel=F1=Save & Quit\a"
autocmd VimEnter * map <F1> :wq<CR>
autocmd VimEnter * silent !echo -ne "\033]1337;SetKeyLabel=F2=Quit\a"
autocmd VimEnter * map <F2> :q!<CR>
"autocmd VimLeave * silent !echo -ne "\033]1337;PopKeyLabels\a"
@CanTheAlmighty
Copy link

Really good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment