Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
viでシェルコマンドを実行できます。たとえば、:!lsと入力すると、現在のディレクトリにあるファイルを一覧表示できます。:!!と入力すると、同じコマンドを送信できます。viで。
私は私が置き換えることができるかどうか疑問に思っています:!! F7で。
これは私のために働いた
:nnoremap <F7> :!!<CR>