~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to runtime/doc/windows.txt

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-05-04 11:13:42 UTC
  • mfrom: (1.1.8 upstream) (0.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090504111342-60miqybsixdpc345
Tags: 2:7.2.148-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/runtime/vimrc: "syntax on" is a sane default for non-tiny vim.
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Disable autoindent, line-wrapping, and backup files by default.
* Dropped changes, merged in Debian:
  - Add jaunty, karmic to the list of valid suites.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - Create a .pot file for translations.
* Drop gutsy from the list of valid distro series, it's been EOLed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*windows.txt*   For Vim version 7.2.  Last change: 2008 Aug 09
 
1
*windows.txt*   For Vim version 7.2.  Last change: 2009 Apr 12
2
2
 
3
3
 
4
4
                  VIM REFERENCE MANUAL    by Bram Moolenaar
342
342
                top-left window.
343
343
                With count: go to Nth window (windows are numbered from
344
344
                top-left to bottom-right).  To obtain the window number see
345
 
                |bufwinnr()| and |winnr()|.
 
345
                |bufwinnr()| and |winnr()|.  When N is larger than the number
 
346
                of windows go to the last window.
346
347
 
347
348
                                                *CTRL-W_W*
348
349
CTRL-W W        Without count: move cursor to window above/left of current
349
350
                one.  If there is no window above or left, go to bottom-right
350
 
                window.  With count: go to Nth window (windows are numbered
351
 
                from top-left to bottom-right).
 
351
                window.  With count: go to Nth window, like with CTRL-W w.
352
352
 
353
353
CTRL-W t                                        *CTRL-W_t* *CTRL-W_CTRL-T*
354
354
CTRL-W CTRL-T   Move cursor to top-left window.
1175
1175
                        :setlocal buftype=nofile
1176
1176
                        :setlocal bufhidden=hide
1177
1177
                        :setlocal noswapfile
1178
 
<               The buffer name can be used to identify the buffer.
 
1178
<               The buffer name can be used to identify the buffer, if you
 
1179
                give it a meaningful name.
1179
1180
 
1180
1181
                                                *unlisted-buffer*
1181
1182
unlisted        The buffer is not in the buffer list.  It is not used for