diff --git a/config/default.nix b/config/default.nix index d7e3e55..19f86d7 100644 --- a/config/default.nix +++ b/config/default.nix @@ -22,15 +22,27 @@ colorschemes.dracula.enable = true; keymaps = [ + # Global Mappings + # Default mode is "" which means normal-visual-op { - # Default mode is "" which means normal-visual-op + # Toggle NvimTree key = ""; action = "NvimTreeToggle"; } { + # Format file key = "fm"; action = "lua vim.lsp.buf.format()"; } + + # Terminal Mappings + { + # Escape terminal mode using ESC + mode = "t"; + key = ""; + action = ""; + } + # { # # Mode can be a string or a list of strings # mode = "n";