summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-10-09 19:31:51 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-10-09 19:31:51 +0200
commit6123f704b66bc8cb6ddd510410983915ca247e1e (patch)
treec23ef438b9ff88dcb72456ad150167eab022aa4d /.config
parentfca693f36f179f3b9ced0c23b81c8a4f19509c69 (diff)
ncspot: some vim-like bindings
Diffstat (limited to '.config')
-rw-r--r--.config/ncspot/config.toml7
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"