added hlsl, got ctrl+. working as arrow operator (on linux at least
might need to configure the windows terminal).
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ vim.keymap.set('n', '<leader>br', save_all_and_buildnrun, opts)
|
||||
-- TODO: get fancy and read the commentstring and user
|
||||
vim.keymap.set('i', '<A-t>', '// TODO(twig): ', opts)
|
||||
vim.keymap.set('i', '<A-y>', '// NOTE(twig): ', opts)
|
||||
--vim.keymap.set('i', '<C-.>', '->', opts)
|
||||
vim.api.nvim_set_keymap('i', '<A-.>', '->', opts)
|
||||
vim.api.nvim_set_keymap('i', '<C-.>', '->', opts)
|
||||
--vim.api.nvim_set_keymap('i', '<A-.>', '->', opts)
|
||||
-- This is horrendous on windows, can't use nvim for almost a minute!
|
||||
vim.keymap.set('n', 'K', '')
|
||||
vim.keymap.set('n', '<leader>fs', '<cmd>Telescope grep_string<cr>', opts)
|
||||
|
||||
Reference in New Issue
Block a user