ripxorip / bolt.nvim

⚡ Ultrafast multi-pane file manager for Neovim with fuzzy matching
MIT License
108 stars 3 forks source link

Make it possible to copy/mv/etc. between two panes. #2

Open ripxorip opened 6 years ago

ripxorip commented 6 years ago

These features are requested in order to have any use of the dual pane mode. Currently the commands, BoltCopy etc. only supports the dest as argument. One idea is to create additional commands e.g. BoltCopyDual to automatically get the dest from the neighboring pane.

johanssondavid commented 6 years ago

At the same time re-map the keys to have Ctrl+# (# = 1,2,3...) as the same functionallity as F# in TC

ripxorip commented 6 years ago

@johanssondavid Agree, in that way we will avoid ackward mappings and stay somewhat compatible with TC mappings.

johanssondavid commented 6 years ago

It is not possible to map Ctrl-# in vim. https://groups.google.com/forum/#!topic/vim_use/iszb6GfvkRU

ripxorip commented 6 years ago

@johanssondavid then I think we shall go for the F-buttons as in TC.

ripxorip commented 6 years ago

Also, it would be nice to be able to make selection of files with (space)