小编Vic*_*tor的帖子

如何禁用 GNOME Shell 时钟小程序中的日历事件部分?

我正在运行 gnome-shell 3.2.0,当我单击顶部面板中间的时钟小程序时,会显示以下内容:

gnome-shell 日历小程序的屏幕截图

我不需要整个右侧部分,即虚线右侧,专门用于“在线帐户”与进化日历的集成。有没有办法删除/禁用它,所以我可以只拥有日历小程序的日期部分(垂直虚线左侧)?

我只是喜欢浏览日期,看看这个月还剩多少天之类的。我将 Google 的网络界面用于我的“日历”。

gnome clock calendar

5
推荐指数
1
解决办法
4579
查看次数

How do I get vim to indent all HTML tags?

I was using vim on Debian 7 to edit an HTML document. I started typing: <HTML>Return

After the initial return, the cursor was indented one level, so that as I typed <head>, and the rest of my document, it would show up like this:

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Test page</title>
    </head>
    <body>
        <div>
            <p>This is a paragraph.</p>
        </div>
    </body>
</html>
Run Code Online (Sandbox Code Playgroud)

The tag on each line was simply followed by a Return and no presses on …

vim html

3
推荐指数
1
解决办法
7548
查看次数

标签 统计

calendar ×1

clock ×1

gnome ×1

html ×1

vim ×1