xxiaowangwang's recent timeline updates
xxiaowangwang

xxiaowangwang

V2EX member #446640, joined on 2019-10-14 13:34:55 +08:00
xxiaowangwang's recent replies
@swananan 我也碰到了这个问题,因为我竖屏用,所以我加了个 view 模式,其实就是最大化某个 terminal 到整个 app 的窗口,tmux 也可以直接最大化某个 pane 的呀,以前还记按键现在就不咋记了。所以查看的话,可能还得结合一点 trackpad. 但是也有偶发碰到过滚动后又自动回来的情况、
@left7410 哈哈,我是 Jude 的粉丝,参考他的这个实现做的。他主要是用鼠标,改成了 vim 。https://github.com/amoswzw/fluxtty#inspiration
@swananan 感谢回复。并没有杀手锏,瀑布流是跟你的不一样的?我用竖屏用这个,然后固定每个 terminal 的大小,然后通过滚动的方式来查看各个 agent 的工作状态。我也是想听大家的反馈。
Apr 3
Replied to a topic by dsd2077 职场话题 怀念那个美好的时代
@dsd2077 厉害的是 cc
Apr 3
Replied to a topic by dsd2077 职场话题 怀念那个美好的时代
所以我做了个 vim terminal 想要以后接着用 vim,可惜做的不够好。
https://github.com/wangzewang/fluxtty
之前用这个为了把 Caps 换成 Esc ,现在 mac 自带了,就卸载了
May 8, 2024
Replied to a topic by guanzhangzhang Linux 有没有轻量级别的单机 Linux 监控
啊,馆长
Dec 8, 2023
Replied to a topic by shuiguomayi Vim 用 vim/nvim 写 Python 用什么插件?
@shuiguomayi https://github.com/nvimtools/none-ls.nvim 可以用这个替代。我还没试,等我有空更新下我的 vim 的配置
Dec 7, 2023
Replied to a topic by shuiguomayi Vim 用 vim/nvim 写 Python 用什么插件?
use("williamboman/mason.nvim")
use("williamboman/mason-lspconfig.nvim")
use("neovim/nvim-lspconfig")
use("hrsh7th/cmp-nvim-lsp")
use({
"glepnir/lspsaga.nvim",
branch = "main",
requires = {
-- { "nvim-tree/nvim-web-devicons" },
{ "nvim-treesitter/nvim-treesitter" },
},
})
use("jose-elias-alvarez/null-ls.nvim")
use("jayp0521/mason-null-ls.nvim")
use({
"nvim-treesitter/nvim-treesitter",
run = function()
local ts_update = require("nvim-treesitter.install").update({ with_sync = true })
ts_update()
end,
})

仅供参考。。。漏了啥不确定
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3022 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 15:14 · PVG 23:14 · LAX 08:14 · JFK 11:14
♥ Do have faith in what you're doing.