0

I'm using spf-13 to config my vim. And I find a keymap like this:

nmap <leader>ff [I:let nr = input("Which one: ")<Bar>exe "normal " . nr ."[\t"<CR>

After try and search, I still can't find what does [I and [\t mean.

Remi Guan
  • 21,506
  • 17
  • 64
  • 87
杜智超
  • 577
  • 1
  • 4
  • 11

1 Answers1

2

No. You didn't really search:

:help [I

If you scroll up a bit you'll find where that mapping comes from.

romainl
  • 186,200
  • 21
  • 280
  • 313