hands-free-vim / neovim-talon

Talon user file set for controlling both neovim editing and neovim terminals using Talon voice.
MIT License
4 stars 2 forks source link

rename functions dealing with commandline mode #22

Closed saidelike closed 4 months ago

saidelike commented 4 months ago

at the moment they use the term command instead of commandline, e.g. rename run_command_mode_command into run_commandline_mode_command

same for run_command_mode_command_exterm/ set_command_mode/vim_set_command/vim_set_command_exterm

saidelike commented 4 months ago

actually vim names the command mode the command line mode. however we generally refer to it as just the command mode. consequently they refer to command mode and not the "command line window" context.