From eabf5b889b42ac79c021a692c6bcdb74fafa5c15 Mon Sep 17 00:00:00 2001 From: hc Date: Sun, 26 Jan 2025 12:14:06 +0800 Subject: update --- core/vim.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'core/vim.sh') diff --git a/core/vim.sh b/core/vim.sh index c350962..65378ec 100755 --- a/core/vim.sh +++ b/core/vim.sh @@ -34,6 +34,21 @@ endif colorscheme murphy "colorscheme zellner + +" Ctrl+A: Move to the beginning of the line in INSERT mode +inoremap + +" Ctrl+E: Move to the end of the line in INSERT mode +inoremap + +" Ctrl+A: Move to the beginning of the line in NORMAL mode +nnoremap 0 + +" Ctrl+E: Move to the end of the line in NORMAL mode +nnoremap $ + + + EOF -- cgit v1.2.3-70-g09d2