mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12:34 +02:00
tabs switching & shortcuts
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
programs.qutebrowser.keyBindings = {
|
programs.qutebrowser.keyBindings = {
|
||||||
normal."<Ctrl-w>" = "tab-close";
|
normal."<Ctrl-w>" = "tab-close";
|
||||||
|
normal."<Ctrl-Tab>" = "tab-next";
|
||||||
|
normal."<Ctrl-Shift-Tab>" = "tab-prev";
|
||||||
normal."<Ctrl-b>" = "open file://${config.xdg.dataHome}/qutebrowser/bookmarks.html";
|
normal."<Ctrl-b>" = "open file://${config.xdg.dataHome}/qutebrowser/bookmarks.html";
|
||||||
|
|
||||||
# Ctrl+c is used to leave the current mode and return to normal mode.
|
# Ctrl+c is used to leave the current mode and return to normal mode.
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
"tabs.show" = "switching";
|
"tabs.show" = "switching";
|
||||||
|
"tabs.show_switching_delay" = 3000;
|
||||||
|
|
||||||
# Scrollbar
|
# Scrollbar
|
||||||
"scrolling.bar" = "never";
|
"scrolling.bar" = "never";
|
||||||
|
|||||||
Reference in New Issue
Block a user