diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 19:34:58 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 19:34:58 +0200 |
commit | 66c6c22387b76e0e547302d402e1a37924cc1ba7 (patch) | |
tree | 344a398f6ef74c46fa36927b533226f0f23dd546 /.config/ncspot/config.toml | |
parent | 6123f704b66bc8cb6ddd510410983915ca247e1e (diff) |
ncspot: some more bindings
Diffstat (limited to '.config/ncspot/config.toml')
-rw-r--r-- | .config/ncspot/config.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index b313d4b..0b79d94 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -2,11 +2,13 @@ use_nerdfont = true flip_status_indicators = true [keybindings] -"Shift+d" = "delete" +"q" = "back" "d" = "move down 5" "u" = "move up 5" "g" = "move top" "Shift+g" = "move bottom" +"Shift+d" = "delete" +"Shift+q" = "quit" [theme] title = "blue" |