English 中文(简体)
如何改变使用iff语的调子?
原标题:How to move to changed lines in Emacs using vc-diff?
  • 时间:2011-02-25 02:07:45
  •  标签:
  • svn
  • emacs

在使用真菌(我正在使用颠覆)时,在胚胎中是否有任何关键的中风,我们在那里只能迅速转向已改变的路线? 如果我们用arrow子走进这些线,那就非常不便。

感谢。

最佳回答

diff-hunk-next (按编为M-TAB的缺省地图)和相应的<代码>diff-hunk-prev。 用C-h m查看模式文件和关键地图,一般是显示这种事情的良好方式;指挥通常按逻辑上说出。

也可使用<条码>-revision而不是vc-diff进行调查。 (适当点击RET三度,以将其违约与vc-diff相同。) I ve got itmapped to C-x v e

问题回答

Use ? inside the diff window to get info for commands short keys and their usage.

可能是C-h的最重要部分m。 关于主要约束力的文件是本说明:

When the buffer is read-only, the ESC prefix is not necessary.

哪一种描述略微混淆了这样一个事实,即它指的是使用Meta modifier的钥匙。

因此,在只读到缓冲器时(通常在电离层时)可以使用以下所有(即26.1点中的缺省):

n             diff-hunk-next
p             diff-hunk-prev

TAB           diff-hunk-next
<backtab>     diff-hunk-prev

SPC           scroll-up-command
S-SPC         scroll-down-command
DEL           scroll-down-command

<             beginning-of-buffer
>             end-of-buffer

N             diff-file-next
P             diff-file-prev

}             diff-file-next
{             diff-file-prev

RET           diff-goto-source
o             diff-goto-source
<mouse-2>     diff-goto-source

k             diff-hunk-kill
K             diff-file-kill

0 .. 9        digit-argument
-             negative-argument

?             describe-mode
h             describe-mode




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签