1 Commits

Author SHA1 Message Date
5d6d2c98c7 st-meta-vim-full: change currentBg, introduce currentFg 2026-01-22 09:19:59 +01:00

View File

@@ -182,7 +182,8 @@ int const mouseYank = 1, mouseSelect = 0;
unsigned int const highlightBg = 160, highlightFg = 15;
char const wDelS[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~", wDelL[] = " \t";
char *nmKeys [] = { ///< Shortcusts executed in normal mode
"P/lupan@\nN", "F/: error:\nN", "f/: error:\n", "DQf"
"R/Building\nN", "r/Building\n", "X/juli@machine\nN", "x/juli@machine\n",
"Q?[Leaving vim, starting execution]\n","F/: error:\nN", "f/: error:\n", "DQf"
};
unsigned int const amountNmKeys = sizeof(nmKeys) / sizeof(*nmKeys);
/// Style of the {command, search} string shown in the right corner (y,v,V,/)