diff options
| author | Simon Ruderich <simon@ruderich.org> | 2010-10-08 20:33:05 +0000 | 
|---|---|---|
| committer | Simon Ruderich <simon@ruderich.org> | 2010-10-08 20:33:05 +0000 | 
| commit | e369746edd750d429fc1c98f798350f811709dc7 (patch) | |
| tree | 6631fa8ec5612b2878942148c25532e1dd48d0b6 /vim-mode | |
| parent | vim_mode: :map supports <Nop> in {rhs}. (diff) | |
| download | irssi-scripts-e369746edd750d429fc1c98f798350f811709dc7.tar.gz irssi-scripts-e369746edd750d429fc1c98f798350f811709dc7.zip | |
vim_mode: Update documentation.
Diffstat (limited to '')
| -rw-r--r-- | vim-mode/vim_mode.pl | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 07968d4..3a2bdec 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -67,7 +67,7 @@  #                      :bp[rev] - switch to previous window  # * Close window:      :bd[elete]  # * Display windows:   :ls :buffers -# * Display registers: :reg[isters] :di[splay] {args} +# * Display registers: :reg[isters] {args} :di[splay] {args}  # * Display undolist:  :undol[ist] (mostly used for debugging)  # * Source files       :so[urce] - only sources vim_moderc at the moment,  #                                  {file} not supported @@ -85,10 +85,10 @@  # <C-A>-<C-Z>, <C-^>, <C-6>, <Space>, <CR>, <Nop>. Mapping ex-mode and irssi  # commands is supported. Only default mappings can be used in {rhs}.  # Examples: -#     :map w  W      # to remap w to work like W -#     :map gb :bnext # to map gb to call :bnext +#     :map w  W      - to remap w to work like W +#     :map gb :bnext - to map gb to call :bnext  #     :map gB :bprev -#     :map <C-L> /clear # map Ctrl-L to irssi command /clear +#     :map <C-L> /clear - map Ctrl-L to irssi command /clear  #     :map <C-G> /window goto 1  #     :map <C-E> <Nop> - disable <C-E>, it does nothing now  # | 
