We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VAC2014 紹介で存在知りました。 素晴らしいプラグインありがとうございます。
tpope/vim-surround からの移行中なのですが、 要望があります。
let g:operator#surround#blocks = \ { \ '-' : [ \ { 'block' : ["{\<CR>", "\<CR>}"], 'motionwise' : ['line'], 'keys' : ['{', '}'] }, \ ] \ }
この設定をしています。 C++コード編集中に波括弧で囲いたいときはこの定義がよく効くのですが、 その後インデントを合わせたいので =% を入力しています。 これをなんとか自動出来ないものかなと思いました。
よろしくお願いします。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VAC2014 紹介で存在知りました。
素晴らしいプラグインありがとうございます。
tpope/vim-surround からの移行中なのですが、
要望があります。
この設定をしています。
C++コード編集中に波括弧で囲いたいときはこの定義がよく効くのですが、
その後インデントを合わせたいので
=%
を入力しています。
これをなんとか自動出来ないものかなと思いました。
よろしくお願いします。
The text was updated successfully, but these errors were encountered: