diff options
Diffstat (limited to 'src/config/bindings.rs')
-rw-r--r-- | src/config/bindings.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/bindings.rs b/src/config/bindings.rs index 3e76acc1..0e00f6fe 100644 --- a/src/config/bindings.rs +++ b/src/config/bindings.rs @@ -11,11 +11,11 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -use glutin::{MouseButton, ModifiersState}; +use glutin::{ModifiersState, MouseButton}; -use crate::input::{MouseBinding, KeyBinding, Action}; -use crate::term::TermMode; use super::Key; +use crate::input::{Action, KeyBinding, MouseBinding}; +use crate::term::TermMode; macro_rules! bindings { ( |