mirror of
https://github.com/sadan4/nvim.git
synced 2025-03-10 20:10:24 -04:00
use open file extension
This commit is contained in:
parent
5c5e7ede8e
commit
d70afcdfe7
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,9 @@ vim.cmd("nmap <M-C-S-5> <C-w>s")
|
|||
vim.cmd("imap <M-C-S-\\> <C-w>v")
|
||||
vim.cmd("imap <M-C-S-5> <C-w>s")
|
||||
-- go to file under cursor
|
||||
vim.cmd("nmap <M-C-S-F> <C-w>F")
|
||||
vim.keymap.set("n", "<M-C-S-F>", function ()
|
||||
vsc.action("seito-openfile.openFileFromText")
|
||||
end)
|
||||
-- only
|
||||
-- makes more sense to use O for moving splits
|
||||
vim.cmd("nmap <M-C-S-U> <C-w><C-o>")
|
||||
|
|
Loading…
Add table
Reference in a new issue