Sublime Forum

Vintage 'cit' and 'ci(' commands error

#1

Invoking command ci( on empty brackets erases them.
Invoking command cat or cit on empty html tag leads to place cursor nowhere.

0 Likes

#2

What are your plugins? What are your settings? When do you get this (when you’re coding in python, html) ? If you want us to help you, you have to get the reflex to give more information. :slight_smile:

0 Likes

#3

Linux, Sublime Text 3 Build 3126.

I’m removed my .config/sublime-text-3 so ST without plugins and with default settings now.

Then I’m enabled vitage by writing in preferences "ignore_pacakges": [].

In the new “Plain Text” view I wrote: (). Cursor is on closing bracket. In vintage command mode i run ci). Brackets deleted. Same with text [] and ci] command. If cursor is on opening bracket then it’s works fine.

Again, in “Plain Text” view I wrote: <b></b>. Command cit makes cursor disapear and status bar text is: INSERT MODE, 0 selection regions.

0 Likes

#4

Same with

``
and
.</pre> commands. Cursor is nowhere and status bar text is:COMMAND MODE, 0 selection regions`
0 Likes