Rename shortcuts to remaps
This commit is contained in:
parent
e9c8b01a64
commit
e7ac5d9586
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
lua require('transition')
|
||||
lua require('encoding')
|
||||
lua require('shortcuts')
|
||||
lua require('remaps')
|
||||
lua require('spacetabs')
|
||||
|
||||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- SHORTCUTS
|
||||
-- REMAPS
|
||||
|
||||
vim.g.mapleader = " "
|
||||
|
Loading…
Add table
Reference in a new issue