CREATE TABLE your_table_name (
id SERIAL PRIMARY KEY,
geom GEOMETRY(Point, 3857) -- Use EPSG:3857 for Web Mercator
);INSERT INTO your_table_name (name, geom)| In vim when using a clipboard tool like xclip with vim, to prevent `yy` and `dd` commands from copying to clipboard while keeping the functionality to copy to system | |
| set vim.opt.keymap to nothing, or remove it entirely | |
| ``` | |
| ~~vim.opt.keymap~~ | |
| ``` |