diff options
Diffstat (limited to 'config/binds.conf')
-rw-r--r-- | config/binds.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/binds.conf b/config/binds.conf index 520c731..1102c21 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -39,6 +39,14 @@ r = :reply<Enter> a = :reply -a<Enter> f = :forward<Enter> +[compose] +$noinherit = true +$ex = <semicolon> +<C-k> = :prev-field<Enter> +<C-j> = :next-field<Enter> +<C-p> = :prev-tab<Enter> +<C-n> = :next-tab<Enter> + [terminal] $noinherit = true $ex = <semicolon> |