diff options
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 98d350e..f469c83 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -212,6 +212,7 @@ nmap(leader + 'wp', 'tab-pin') # Tab movement nmap('<Ctrl-k>', 'tab-prev') nmap('<Ctrl-j>', 'tab-next') +nmap(localleader + '<Tab>', 'tab-focus last') nmap('<Ctrl-Shift-k>', 'tab-move -') nmap('<Ctrl-Shift-j>', 'tab-move +') nmap(localleader + 'b', 'cmd-set-text -s :tab-select') # List buffers by index |
