When I press 0 (zero) nothing happens. nnoremap 0 shows only one builtin mapping that is go to first column, but nothing happens for me. Is there any setting for this?
nnoremap 0
go to first column
You can map it with:
nnoremap 0 gg
There is only one column in table view, so it does nothing there.