V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
P233
V2EX  ›  问与答

iTerm2 能否自定义 split pane 样式?

  •  
  •   P233 · 2013-09-28 08:53:32 +08:00 · 5551 次点击
    这是一个创建于 3878 天前的主题,其中的信息可能已经有所发展或是发生改变。
    新手折腾,有几个想法找了很久没能解决,请教大家:

    1、Command+D split pane,激活状态与未激活状态颜色对比强烈,能否取消这种对比,或者减少反差?

    2、能否启动 iTerm2 后默认分割好几个窗口?

    3、分割线换成虚线好像很酷?

    最后一个 vim powerline 问题,配置完毕后是下图这个样子,猜测是 font-size 造成的,该如何修复呢?



    感谢!
    7 条回复    1970-01-01 08:00:00 +08:00
    luikore
        1
    luikore  
       2013-09-28 10:43:12 +08:00   ❤️ 1
    123: tmux
    livelazily
        2
    livelazily  
       2013-09-28 11:06:51 +08:00   ❤️ 1
    设置对比度:
    Preferences->Appearance->Dimming
    拖动设置对比度
    clww
        3
    clww  
       2013-09-28 11:08:45 +08:00   ❤️ 1
    好像要改一下Profile里Non-ASCII的字体大小
    P233
        4
    P233  
    OP
       2013-09-28 11:23:50 +08:00
    @livelazily 刚刚发现,谢谢!

    第二个通过 alfred 搞定,切三个足够了:
    tell application "iTerm"
    activate
    tell application "System Events" to keystroke "d" using command down
    tell application "System Events" to key code 123 using {command down, option down}
    tell application "System Events" to keystroke "d" using {command down, shift down}
    end tell

    第三个不强求了 :)


    @clww 谢谢,改过 iTerm2 的字体,对 oh-my-zsh powerline theme 生效, vim 里无效,也许要修改下 vim 的设置吧
    livelazily
        5
    livelazily  
       2013-09-28 11:31:01 +08:00   ❤️ 1
    @P233
    2.
    先启动 iTerm,并分割好窗口后,再 Shift+Command+D Save Window Arrangment 保存窗口布局,
    然后到Preferences->Arrangments里把刚才保存的Arrangment设为默认,勾选Preferences->General->Startup->Open default window arragement,重启iTrem即可

    3.
    Preferences->Appearance->Window->Hide scrollbar and resize control
    看看这个能不能满足,不能我也没别的办法了
    livelazily
        6
    livelazily  
       2013-09-28 11:32:08 +08:00   ❤️ 1
    @P233 Save Window Arrangment 的命令是Shift+Command+S,打错了
    P233
        7
    P233  
    OP
       2013-09-28 11:32:21 +08:00
    @livelazily 感谢
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5536 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 07:35 · PVG 15:35 · LAX 00:35 · JFK 03:35
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.