空行のタブやスペースを維持したい Vimだと空行と確定した段階で消されちゃうんだよね。Pythonのコードを書くときは維持してもらったほうが改行コードを表示する派としてはガタガタしなくてよい ▲ ▼ 決定版! 新しく行ができた段階で何かして直ぐに削除すれば維持されるというテクがあるみたいで これを利用するとできる nnoremap o oX<C-h> nnoremap O OX<C-h> inoremap <CR> <CR>X<C-h> ▲ ▼
Written by Mikael Berthe. This script can be useful when editing Python scripts. It provides the following menus: - Select a block of lines with the same indentation - Select a function - Select a class - Go to previous/next class/function - Go to the beginning/end of a block - Comment/uncomment the selection - Jump to the last/next line with the same indent - Shift a block (left/right) - Creates
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く