fix: disable useless GlobalMapping action

This commit is contained in:
Glenn Y. Rolland 2024-08-04 22:56:01 +02:00
parent 26510531e7
commit 68934c3be8
2 changed files with 1 additions and 17 deletions

View file

@ -1,16 +0,0 @@
require "./abstract_command"
module GX::Commands
class GlobalMapping < AbstractCommand
def initialize(config : GX::Config) # FIXME
end
def execute
# FIXME: implement
end
def self.handles_mode
GX::Types::Mode::GlobalMapping
end
end
end

View file

@ -7,7 +7,7 @@ module GX::Types
GlobalCompletion GlobalCompletion
GlobalTui GlobalTui
GlobalConfig GlobalConfig
GlobalMapping # GlobalMapping
ConfigInit ConfigInit