diff options
-rw-r--r-- | .config/ncspot/config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index 3e688a2..b313d4b 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -1,6 +1,13 @@ use_nerdfont = true flip_status_indicators = true +[keybindings] +"Shift+d" = "delete" +"d" = "move down 5" +"u" = "move up 5" +"g" = "move top" +"Shift+g" = "move bottom" + [theme] title = "blue" playing_selected = "light blue" |