summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-11 12:40:33 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-11 12:40:33 -0500
commit2d35d8e272b4d5725c686be5d2b4436a55fe8141 (patch)
tree2a7ba5dc3954e8eb8c2ef9fe7d9d9f2c92c969b8 /files
parenta6bd778dc3d6652de019f3b96a0c0039628f5339 (diff)
downloaddotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.tar.gz
dotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.tar.bz2
dotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.zip
Update libvirt configs, laptop theme
Diffstat (limited to 'files')
-rw-r--r--files/nvim/init.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/nvim/init.vim b/files/nvim/init.vim
index aa6cd7d..6bbb558 100644
--- a/files/nvim/init.vim
+++ b/files/nvim/init.vim
@@ -244,6 +244,8 @@ vim.keymap.set('n', 'K', '<nop>', { silent = true })
vim.keymap.set('n', 'L', '<nop>', { silent = true })
-- Normal mode tab no-op.
vim.keymap.set('n', '<Tab>', '<nop>', { silent = true })
+-- ctrl + c no-op.
+vim.keymap.set('n', '<C-c>', '<nop>', { silent = true })
-- Disable F1 for help.
vim.keymap.set('n', '<F1>', '<nop>', { silent = true })
-- Disable q: for histroy.