浏览代码

add switch-to-last-tab in pentadactyl

Weiyi Lou 12 年之前
父节点
当前提交
019705e68d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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>