Fork me on GitHub
#spacemacs
<
2017-11-17
>
eggsyntax14:11:30

I’ve tried it periodically, but it just keeps not quite suiting me. My most recent try was to create a separate, minimal config file in order to run a standalone instance to be a terminal. I like the idea in principle, especially because I’ve recently switched mac -> linux, and there just doesn’t seem to be a linux term emulator that even comes close to the awesomeness of iTerm2.

chris14:11:48

I've had to switch to using konsole even though I'm on gnome

chris14:11:04

it's the only thing that can even come close in my experience

chris14:11:20

I just want a fast, configurable term that supports ligatures, which is apparently quite difficult

eggsyntax14:11:24

What I want more than anything is the well-designed search/copy/paste from iTerm2, and the terminal-window-based autocomplete. I'm currently using the Pantheon terminal (from Elementary OS) + tmux, and it's....adequate.

vuuvi15:11:29

yeah iTerm2 is great. Learning new stuff about it everyday and it keeps surprising me. I recently turned on highlighting for any exception that happens and it’s been great

vuuvi15:11:01

@eggsyntax why’d you switch from mac to linux?

eggsyntax15:11:48

I haven't loved the direction that Apple has been going with MBPs, and I like the idea of using a fully open OS. It's been a few months and I've definitely been happy about switching. One nice bonus is that I spent about 2/3 what I would have on a new MBP, and got a more powerful machine to boot.

eggsyntax15:11:21

I've been using Linux off & on for a long time, but it's been years since I've run it as my primary OS.

ag16:11:11

you really should give an honest try to setup and start using eshell. not too long ago I decided to make it my primary shell and I like it. there are things I miss from normal terminal and I still have to switch to it from time to time, but mostly I stay in Emacs

vuuvi16:11:20

yeah that’s always a great point @eggsyntax. I am using a new MBP for work and it’s great but I’m not sure I’d spend the money to get this laptop myself - you can get a really powerful computer for the cost of one of these.

vuuvi16:11:49

also FYI I just tried using the font fira code 2 in Spacemacs and it’s broken helm search

vuuvi16:11:42

yeah very weird….

vuuvi16:11:04

that’s cool @ag that eshell is doing what you need. Any advice on wading in?

ag17:11:58

for me it mostly boiled down to setting eshell.aliases file (they slightly differ from normal shells') and making Emacs understand envs

ag17:11:12

but you can do cool stuff like setting dd to open current dir in dired for example

vuuvi17:11:14

oh that’s nifty

ag17:11:01

yeah you can basically call elisp functions from your shell that's totally schwifty

vuuvi18:11:15

yeah that is!