comparison vimperator/vimperatorrc @ 366:13e897e6a813

Add more keys to ignore.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 16 Feb 2017 18:46:50 -0800
parents f5847cdffc21
children
comparison
equal deleted inserted replaced
365:89538522d228 366:13e897e6a813
11 11
12 " DDG FTW 12 " DDG FTW
13 set defsearch=duckduckgo 13 set defsearch=duckduckgo
14 14
15 " Website that have good keyboard shortcuts 15 " Website that have good keyboard shortcuts
16 ignorekeys add -except=<,>,J,K,t,: fastmail.com 16 ignorekeys add -except=<,>,J,K,t,:,; fastmail.com
17 ignorekeys add -except=<,>,J,K,t,: feedbin.com 17 ignorekeys add -except=<,>,J,K,t,:,; feedbin.com
18 ignorekeys add -except=<,>,J,K,t,:,; inoreader.com
18 19
19 " Don't close the window with the last tab. 20 " Don't close the window with the last tab.
20 set! browser.tabs.closeWindowWithLastTab=false 21 set! browser.tabs.closeWindowWithLastTab=false
21 22
22 23