diff options
-rw-r--r-- | config/binds.conf | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/config/binds.conf b/config/binds.conf index 814f9f5..2037cec 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -2,8 +2,8 @@ # To use '=' in a key sequence, substitute it with "Eq": "<Ctrl+Eq>" # If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit q = :quit<Enter> -L = :next-tab<Enter> -H = :prev-tab<Enter> +<C-p> = :prev-tab<Enter> +<C-n> = :next-tab<Enter> <C-t> = :term<Enter> [messages] @@ -30,3 +30,18 @@ D = :delete-message<Enter> c = :cf<space> $ = :term<space> +| = :pipe<space> + +[msgview] +q = :close<Enter> +| = :pipe<space> +r = :reply<Enter> +a = :reply -a<Enter> +f = :forward<Enter> + +[terminal] +$noinherit = true +$ex = <semicolon> + +<C-p> = :prev-tab<Enter> +<C-n> = :next-tab<Enter> |