Change startpage => bookmarks

This commit is contained in:
Thomas Dehaeze 2020-03-19 10:11:18 +01:00
parent 74af122c97
commit b0e689fbdf

View File

@ -170,8 +170,10 @@
'am': 'https://www.amazon.fr/s?k={}', 'am': 'https://www.amazon.fr/s?k={}',
'md': 'https://fr.mathworks.com/help/search.html?qdoc={}&submitsearch=', 'md': 'https://fr.mathworks.com/help/search.html?qdoc={}&submitsearch=',
} }
#+end_src
c.url.start_pages = ['https://start.duckduckgo.com'] #+begin_src python
c.url.start_pages = ['qute://bookmarks']
#+END_SRC #+END_SRC
* Normal Bindings * Normal Bindings
@ -244,7 +246,7 @@ Go to specific websites
config.bind('gf', 'open -t https://feedly.com/i/my') config.bind('gf', 'open -t https://feedly.com/i/my')
config.bind('gr', 'open -t https://www.reddit.com/') config.bind('gr', 'open -t https://www.reddit.com/')
config.bind('gb', 'open qute://bookmarks#bookmarks') config.bind('gb', 'open qute://bookmarks')
config.bind('gh', 'open qute://history') config.bind('gh', 'open qute://history')
config.bind('gs', 'open qute://settings') config.bind('gs', 'open qute://settings')
#+end_src #+end_src