Myzel394 / easytables.nvim

Easily insert and edit markdown tables using Neovim with a live preview and useful helpers
97 stars 3 forks source link

keymaps for insert mode #1

Closed m-faith closed 11 months ago

m-faith commented 12 months ago

Excited to learn of this plugin! Regarding https://www.reddit.com/r/neovim/comments/1735zf6/comment/k41b2l6 and the question about keymaps for insert mode:

I think tab (and shift+tab) would be great for going right (and left) a cell with enter for down (and shift+enter for up).

Someone there recommend ctrl + hjkl but that conflicts with common tmux bindings for pane and window navigation. So if you chose to go with those, hopefully it will be configurable :)

Myzel394 commented 12 months ago

@m-faith easytables is completely configurable! :D You will need to override set_mappings, see configuration for more

m-faith commented 12 months ago

Awesome! And thanks for pointing out what I missed in the readme!!!