最近上網,偶遇幾個不錯的軟體。包括apvlv,zathura和vifm。
這三款小軟體都是類vi軟體,就是很多按鍵都是在模仿vi的方式。
apvlv和zathura是兩款linux下的pdf閱讀器。由於也是剛剛接觸這兩個,所以我準備先用用apvlv,然後在試用zathrua。
這兒介紹兩款:兩個Linux下的pdf閱讀器http://ihacklog.com/software/cool_software_share/pdf-viewer-for-linuxer.html
apvlv的使用介紹:http://naihe2010.freetzi.com/apvlv-intro.html
根據apvlv的使用方式和自己的習慣,我寫了自己的設定檔。這是我的設定檔(根據軟體內建的apvlvrc.example進行改寫的):View Code " some map
" map I to zi, and O to zo
"map I zi
"map O zo
"map the tab switch
map w gT
map e gt
" map n to <C-f> to goto next page
map n <C-f>
map <Space> <C-f>
" and p to prepage
map p <C-b>
map c j
map v k
"map <A-j> <C-w>j
"map <A-k> <C-w>k
"map <A-h> <C-w>h
"map <A-l> <C-w>l
" if start apvlv as fullscreen mode, default is no
set fullscreen=no
" zoom value, default is fitwidth
" zoom has 4 styles
" a float type number
" fitwidth
" fitheight
" normal
set zoom=fitwidth
" set window size
set width=800
set height=600
" set command timeout between two key press
set commandtimeout=2000
" set default dir
"set defaultdir=C:\
" set if use content view
set content=yes
" set weather use continuous view
" make sure the autoscrollpage is set to "yes" if you want to set this to yes
set continuous=yes
" set a pad to continuous page
set continuouspad=2
" set if auto scroll page when at the end or begin of one pdf page
set autoscrollpage=yes
" set if auto scroll doc from 1st page when goto the last page
set autoscrolldoc=yes
" set if disable ~/.apvlvinfo, default is no
set noinfo=no
" set pdf object cache size
set pdfcache = 4
" set if use right and bottom scrollbar
set scrollbar = no
" set if use visual mode to select and copy text
set visualmode = no
" set if wrapscan text
set wrapscan = yes
" set double click action
" option value is 'word', 'line' or 'page'
set doubleclick = page
" set GUI options
" m means menu, T means toolbar
"set guioptions =m
" set if use auto reload document
" > 0 means auto reload after some seconds. = 0 means not auto reload
" set autoreload = 3
" set if reverted pdf page
" set reverted = no
我是在fedora14上直接使用yum install apvlv來進行安裝的
安裝之後的版本是0.0.9.8版本。
我在使用之後發現有如下問題:
1. 快速鍵t和T不能使用
2. 樣本設定檔中寫著可以設定GUI,但是當我設定這個選項的時候軟體就崩潰的。
3. 現在我覺得很大的一個問題就是:無法重新返回書籤。
原pdf文檔中有書籤,然後剛開啟的時候可以顯示書籤,但是在我選擇了一個書籤,可以進入對應內容,可以無法再返回書籤。這樣很不方便。
對於vifm,這是一個可以在終端使用的檔案管理工具,也是使用vi中的按鍵方式。
對於經常使用vi的人來說還是很容易上手的。
對於vifm的介紹可以看這兒
我是在fedora14中使用yum install vifm進行安裝的。
另外,還有一款非常好用的終端圖片查看器feh。它使用起來非常的靈活,使用方式可以參見。
還有一款非常不錯的郵件用戶端mutt(這是中文版),我現在一直在使用的是thunderbird。而mutt是一個在命令列使用的軟體,最近一直在學習vim,所以這個軟體先放一放了,在這兒做個記錄。以後有時間好好學學mutt的使用方法。