Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. " :lmap can't remap?
  3. "
  4. " Typing "bar" outputs "noremap!", not "lnoremap".
  5.  
  6. lnoremap foo <Esc>:<C-u>echomsg 'lnoremap'<CR>
  7. noremap! foo <Esc>:<C-u>echomsg 'noremap!'<CR>
  8.  
  9. lmap bar foo
Add Comment
Please, Sign In to add comment