Explorar o código

add switch-to-last-tab in pentadactyl

Weiyi Lou %!s(int64=12) %!d(string=hai) anos
pai
achega
019705e68d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      pentadactyl/pentadactylrc

+ 3 - 0
pentadactyl/pentadactylrc

@@ -29,5 +29,8 @@ map K <C-u>
 map l gt
 map h gT
 
+" screen/tmux-like switch to previous tab
+map <C-a><C-a> <C-^>
+
 " reload pentadactylrc
 map <C-r> :source ~/.pentadactylrc<CR>:echo "Configuration Reloaded (~/.pentadactylrc)"<CR>