1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 08:05:45 +01:00

Add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c].

This commit is contained in:
Kris Maglione
2009-07-21 22:18:15 -04:00
parent a7de8b8cd0
commit 842dd61f4c
5 changed files with 71 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
* IMPORTANT: shifted key notation now matches Vim's behaviour. E.g. <C-a>
and <C-A> are equivalent, to map the uppercase character use <C-S-A>.
* add [c]:toolbaropen[c], [c]:toolbarclose[c], and [c]:toolbartoggle[c]
* make [c]:open[c] behavior match that of [c]:tabopen[c] and [c]:winopen[c]
when no argument is specified
* add extension related commands - [c]:extadd[c], [c]:extdelete[c],