azouever's recent timeline updates
azouever

azouever

V2EX member #499964, joined on 2020-07-20 14:44:33 +08:00
azouever's recent replies
4 days ago
Replied to a topic by carverReal 程序员 上班被 @突然觉得一阵恶心
我是有时候想不被打扰,就直接开睡眠模式
支持
Jun 3, 2025
Replied to a topic by cathub86 问与答 诸君 你们觉得生命的意义是什么
感受 经历 体验
Dec 18, 2023
Replied to a topic by shuiguomayi 旅行 春节冬天去四川过冬是好的选择吗?
@Minden 也不行,和成都差不多.前两天雾霾都差不多,只不过成都更严重几个等级.我感觉暖和还是得要在去西昌攀枝花那边
Sep 26, 2022
Replied to a topic by woshichuanqilz Vim vim 如何记录上次退出时候的修改记录
@logan66 这个是在 vim 中 help doc
打开 vim 然后 command-line mode(直接:) 输入上面查询命令就行
Sep 25, 2022
Replied to a topic by woshichuanqilz Vim vim 如何记录上次退出时候的修改记录
h undo.txt
Sep 25, 2022
Replied to a topic by woshichuanqilz Vim vim 如何记录上次退出时候的修改记录
help 文档这里面可能会有用
h usr_21.txt
感谢
https://www.mattcrampton.com/blog/doubleclick_to_open_in_vim_on_osx/
用 automator 封装 applescript 成一个操作,然后双击文件的时候执行这个操作,我改了改命令那行
on run {input, parameters}

set filename to POSIX path of input

set cmd to "clear && cd `dirname " & filename & "` && vim '" & filename & "'"

tell application "iTerm"
set newWindow to (create window with default profile)
tell current session of newWindow
write text cmd
end tell
end tell

end run
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3060 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 13:54 · PVG 21:54 · LAX 06:54 · JFK 09:54
♥ Do have faith in what you're doing.