In vim/neovim, :x can be used in substitute for :wq(write and quit) and while not many people that I have talked to uses it, some, like me, can't live with using double the keystrokes to do the same thing.
Please implement :x as a save and exit option.
use alias global x write-quit
Most helpful comment
use
alias global x write-quit