Skip to content

Vim 8.0 released

This the first major Vim release in ten years. There are interesting new features, many small improvements and lots of bug fixes.

Among the new features are:
- Asynchronous I/O support, channels, JSON
- Jobs
- Timers
- Partials, Lambdas and Closures
- Packages
- New style testing
- Viminfo merged by timestamp
- GTK+ 3 support
- MS-Windows DirectX support
[...]

Quelle

pentadactyl is working on firefox 22 with current nightly build

Gosh, that had been two unproductive days in the matter of working with my browser. I just updated to firefox 22 and pentadactly was not working anymore. So i had to work two days without a usefull userinterface. I'm happy the current nightly build (Pentadactyl Nightly 2013-06-29) has raised the supported version to 24. So you can update your firefox and just install the newest version of pentadactyl :-).

And please donate to that lovely piece of software, i can tell you the last two days weren't the same.

pentadactyl important keybinds

Nothing special and also a compressed version of the great build in pentadactyl help page. But again, it's also for myself.

keydescriptoon
-Scrolling
ctrl+dhalf page down
ctrl+uhalf page up
0absolute left of document
$absolute right of document
gggo to top
Ggo to end
30%go to 30%
-History
Hhistory back
Lhistory forward
-Tabs
gtnext tab
gTprevious tab
ddelete tab
-Browsing
ffollow links in current tab
Ffollow link in new tab
rreload page
Rreload page without cache
yyank current location to clipboard
zizoom in
zozoom out
zzreset zoom
-Others
mkpsave current settings
ZZquit after saving session
ZQquit without saving session
-Firefox interface
:emenuopen firefox menu
:bmakrsopen bookmarks
:dialogopen dialog like "add bookmark"
:addonsopen add ons
-Command
:oopen in current tab
:topen in new tab
:sopen search prompt
:Sopen search prompt in new tab
:tabudoublicate current tab
:wlike tab open but all arguments in separat tab
:ststop loading current page
:framodisplay frame only
-Search
/start search forward
?start search backward
nfind next
Nfind previous
*search forward
#search backward
-Modes
nnormal browser mode
vvisual mode when selecting text with cursor keys
iinsert mode when interacting with text field
ttext editing mode
ccommand line mod
ooperator mode