you have dot . as repeatable • For substitute command :s// you have & as repeatable • For search command / you have n to search next word and N for the previous • For visual lines you have :’<,'>mode to run some mode commands on each selected line • When search a character with f you can go back and forth with , and ;
- Switch between controller and spec • :R (Relative) - Switch between current cursor controller action to view • gf - Native vim go to file • <leader><leader> - remap it to <C-^>, which switch from the current buffer to the last opened