Skip to content

Commit

Permalink
pentadactyl: migrate from vimperator
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
  • Loading branch information
kiryl committed Nov 28, 2011
1 parent 71d7972 commit dc921a1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MAKEFLAGS += -rR --no-print-directory
srctree := $(CURDIR) srctree := $(CURDIR)
export srctree export srctree


components ?= awesome firefox git hasher proxy vim vimperator xsession zsh components ?= awesome firefox git hasher pentadactyl proxy vim xsession zsh


all: $(components) all: $(components)


Expand Down
1 change: 1 addition & 0 deletions pentadactyl/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
files := pentadactylrc
20 changes: 20 additions & 0 deletions pentadactyl/pentadactylrc
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,20 @@
"" GUI:
" - separate command line, always on
" - separate message line
" - no scroll bars
" - status bar
set guioptions=CMcs

" Hide tab line
set showtabline=never

" Highlight search
set hlfind

" Incremental search
set incfind

" Do not close the browser if last tab is closed
:set! browser.tabs.closeWindowWithLastTab=false

" vim: ft=vim
1 change: 0 additions & 1 deletion vimperator/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions vimperator/vimperatorrc

This file was deleted.

0 comments on commit dc921a1

Please sign in to comment.