Sublime Forum

F2 not executing 'next_bookmark'

#1

Hi,

For some reason that escapes me, ST is no longer executing ‘next_bookmark’ when F2 is pressed. Rather, it prompts for a new name for the current file. I have no idea hows this change in behavior happened, or what to do about it. Any suggestions will be greatly appreciated!

Thanks,

Roger Alexander.

0 Likes

#2

Add this to “Packages/User/Default.sublime-keymap”

{ "keys": "f2"], "command": "next_bookmark" } 

It’s the sidebar plugin which overwrite the keymap

0 Likes

#3

Also SublimeREPL’s [F2,m] [F2,f] [F2,l] and [F2,s] keybindings somehow make ST2 unable to process a single F2 correctly (you need to mash it repeatedly).

0 Likes

#4

I have the same issue sometimes…

0 Likes