diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-05-27 22:35:22 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-05-27 22:35:22 +0200 |
| commit | 95a421c1dde3f18015c03c599199af9b40319d74 (patch) | |
| tree | 1b14fc28f1ae14548ff1c0890fb7efde2d86674b /lua/user/keys.lua | |
| parent | c5200ba5843bc3359c7ac82ea78ab1c81c9e18cc (diff) | |
| download | dotfiles-95a421c1dde3f18015c03c599199af9b40319d74.tar.gz dotfiles-95a421c1dde3f18015c03c599199af9b40319d74.zip | |
Commented out saveas keymap
Diffstat (limited to 'lua/user/keys.lua')
| -rw-r--r-- | lua/user/keys.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/user/keys.lua b/lua/user/keys.lua index 12789a5..5c47ed5 100644 --- a/lua/user/keys.lua +++ b/lua/user/keys.lua @@ -223,9 +223,9 @@ end, { silent = true }) --utils.map("n", "<Space>", "za") -- Make a copy of current file -vim.cmd([[ - map <leader>s :up \| saveas! %:p:r-<C-R>=strftime("%y.%m.%d-%H:%M")<CR>-bak.<C-R>=expand("%:e")<CR> \| 3sleep \| e #<CR> -]]) +--vim.cmd([[ +-- map <leader>s :up \| saveas! %:p:r-<C-R>=strftime("%y.%m.%d-%H:%M")<CR>-bak.<C-R>=expand("%:e")<CR> \| 3sleep \| e #<CR> +--]]) -- Toggle transparency map('n', '<leader>tb', ':call utils#Toggle_transparent_background()<CR>') |
