Răsfoiți Sursa

add switch-to-last-tab in pentadactyl

Weiyi Lou 12 ani în urmă
părinte
comite
019705e68d
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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>