VIM shell 整合
VIM 和 shell 整合相關範例
讀取 shell 命令(ls)的輸出:
:r !ls
上面指令會將 ls 的輸出印到目前cursor位置。
插入時間:
:r !date :r !date /T (windows)
keep simple
VIM 和 shell 整合相關範例
讀取 shell 命令(ls)的輸出:
System Message: WARNING/2 (/Volumes/austin.jan/Documents/note/vim_shell_integrate.rst, line 9)
Literal block expected; none found.
:r !ls
上面指令會將 ls 的輸出印到目前cursor位置。
插入時間:
System Message: WARNING/2 (/Volumes/austin.jan/Documents/note/vim_shell_integrate.rst, line 15)
Literal block expected; none found.
:r !date :r !date /T (windows)
沒有留言:
張貼留言