js-vim icon indicating copy to clipboard operation
js-vim copied to clipboard

convert vim.exec("esc") to vim.exec("<Esc>")

Open itsjoesullivan opened this issue 11 years ago • 0 comments

"esc" has meant escape key, but that's not gonna cut it much longer. <Esc> seems to be the vim-approved method (Leader definitions accept it), so let's switch to that.

itsjoesullivan avatar Jul 07 '13 19:07 itsjoesullivan