kakoune/rc
Nicholas Ochiel 494d046fb2 * Integrate ranger with GNU Screen.
- Ensure ranger opens with the currently focused client tty if multiple screen clients are connected to the same session.
- Ensure args are passed to ranger correctly.
- Ensure command-line args are passed to ranger correctly. (Only strict long format works e.g. `ranger --cmd="echo foo"`)
- Change the current directory because `screen -X` uses screen's cwd not kakoune's.
- Use heredoc to make escaping and quoting easier to debug and slightly less unpredictable.
- Use ranger's `--choosefiles` option instead of mapping keys and having to do multiple levels of escaping and quoting of args esp. command-line args which were unusable in `screen -X eval`.
- Remove screen region when user quits ranger.
2017-12-06 02:29:40 +03:00
..
base * Crude implementation of focus: use the current region to switch to the desired window. 2017-12-03 20:05:02 +03:00
core c-family.kak: Use regex custom text object to simplify some indent 2017-12-03 17:48:04 +08:00
extra * Integrate ranger with GNU Screen. 2017-12-06 02:29:40 +03:00