bolt.nvim icon indicating copy to clipboard operation
bolt.nvim copied to clipboard

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

Open ripxorip opened this issue 6 years ago • 5 comments

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.

ripxorip avatar Feb 03 '18 11:02 ripxorip

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

johanssondavid avatar Feb 03 '18 11:02 johanssondavid

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

ripxorip avatar Feb 03 '18 11:02 ripxorip

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

johanssondavid avatar Feb 03 '18 13:02 johanssondavid

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

ripxorip avatar Feb 03 '18 13:02 ripxorip

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

ripxorip avatar Feb 03 '18 13:02 ripxorip