]> git.rmz.io Git - dotfiles.git/commitdiff
change mailbox in sidebar with ^{K,J}
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 5 Jan 2014 18:19:20 +0000 (19:19 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 5 Jan 2014 18:19:20 +0000 (19:19 +0100)
mutt/bindings

index 662dc7339bffa9bc658421afdb59466d7cb829b0..ca7f58e7a920973efac12e212daaf1e635426589 100644 (file)
@@ -13,8 +13,8 @@ bind editor <Tab> complete-query
 bind editor ^T complete
 
 # sidebar
-bind index,pager \CP sidebar-prev
-bind index,pager \CN sidebar-next
+bind index,pager \CK sidebar-prev
+bind index,pager \CJ sidebar-next
 bind index,pager \CO sidebar-open
 
 macro index b "<enter-command>toggle sidebar_visible<enter><refresh>" "Toggle sidebar"