diff options
-rw-r--r-- | config/binds.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/binds.conf b/config/binds.conf index 2d209c9..6d90e12 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -1,12 +1,13 @@ # Binds are of the form <key sequence> = <command to run> # 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> <C-p> = :prev-tab<Enter> <C-n> = :next-tab<Enter> <C-t> = :term<Enter> [messages] +q = :quit<Enter> + j = :next-message<Enter> <Down> = :next-message<Enter> <C-d> = :next-message 50%<Enter> @@ -67,6 +68,8 @@ $ex = <semicolon> # Keybindings used when reviewing a message to be sent y = :send<Enter> n = :abort<Enter> +e = :edit<Enter> +a = :attach<Enter> [terminal] $noinherit = true |