mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:24:11 +01:00
Add go+=c and move the mode message to the left of the status-line. CSS needs some work.
This commit is contained in:
@@ -1127,8 +1127,9 @@ const Dactyl = Module("dactyl", {
|
||||
const groups = {
|
||||
commandline: {
|
||||
opts: {
|
||||
M: ["Always show messages outside of the status line"],
|
||||
c: ["Always show the command-line, even when empty"],
|
||||
C: ["Always show the command-line outside of the status line"],
|
||||
M: ["Always show messages outside of the status line"]
|
||||
},
|
||||
setter: function (opts) {
|
||||
commandline.widgets.updateVisibility();
|
||||
|
||||
Reference in New Issue
Block a user