From 918e60bacd93b6dbb96cd309196518f8f74dcee2 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Fri, 5 May 2023 19:18:54 +0300 Subject: [PATCH] some keybinds that make me HEPY --- dot_vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_vim/vimrc b/dot_vim/vimrc index 96d3116..60fd81b 100644 --- a/dot_vim/vimrc +++ b/dot_vim/vimrc @@ -56,6 +56,8 @@ nmap :wincmd k nmap :wincmd j nmap :wincmd h nmap :wincmd l +nmap :ALERename +nmap rt :RustTest " I'm forgetful. set history=1000