diff options
-rw-r--r-- | .config/nvim/lua/mappings.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/mappings.lua b/.config/nvim/lua/mappings.lua index c898960..63eb045 100644 --- a/.config/nvim/lua/mappings.lua +++ b/.config/nvim/lua/mappings.lua | |||
@@ -162,7 +162,6 @@ map('n', '<F4>', ":Vista finder<cr>") | |||
162 | 162 | ||
163 | map('n', '<Leader>fh', ':DashboardFindHistory<CR>') | 163 | map('n', '<Leader>fh', ':DashboardFindHistory<CR>') |
164 | map('n', '<Leader>ff', ':DashboardFindFile<CR>') | 164 | map('n', '<Leader>ff', ':DashboardFindFile<CR>') |
165 | map('n', '<Leader>tc', ':DashboardChangeColorscheme<CR>') | ||
166 | map('n', '<Leader>fa', ':DashboardFindWord<CR>') | 165 | map('n', '<Leader>fa', ':DashboardFindWord<CR>') |
167 | map('n', '<Leader>fb', ':DashboardJumpMark<CR>') | 166 | map('n', '<Leader>fb', ':DashboardJumpMark<CR>') |
168 | map('n', '<Leader>cn', ':DashboardNewFile<CR>') | 167 | map('n', '<Leader>cn', ':DashboardNewFile<CR>') |