Accents in vim: Cannot write "â"
vim
Solution
You may want to look at the `:digraph` command in Vim. It will show you the combinations to use with `<C-k>` to make accented characters. In your case, you want `<C-k>` followed by `a>`.
Note: `<C-k>` means Control + k whereas `a>` means the letter "a" followed by a ">" (greater than sign).
Problem
I can't get "â" to be written. I can write "Â" though (carrot + capital A). Any other accent can be written as in any other text editor. Any suggestions? Thank you in advance.