diff --git a/vimrc b/vimrc index 4021c01..994f8ef 100644 --- a/vimrc +++ b/vimrc @@ -82,6 +82,13 @@ map + map < map > +" Mappings for window switching +" To use press Ctrl + the arrow keys +map k +map j +map h +map l + "============================= " Useful functions "=============================