So far PixEye has used 78 different applications for 234 hours in total
Top 10
| Last week | Last month | Newcomers | ||
|
|
- |
|
- |
|
|
|
- |
|
- |
|
|
|
- |
|
- |
|
|
|
- |
|
- |
|
|
|
- |
|
- |
|
|
|
- |
|
- |
|
|
|
- |
|
- |
|
|
|
+1 |
|
- |
|
|
|
+1 |
|
- |
|
|
|
-2 |
|
- |
|
















> Really powerful text editor. It's almost 40 years old!
> Open source thus free. It was a bit complicated
> few years ago but it's ok now. Lack: no shortcut
> to step from a tab to another, but i'm pretty sure
> it's coming soon.
You could add this to your .vimrc (Windows):
" working with tabs
map <C-n> :tabnew<CR>
map <C-Tab> :tabnext<CR>
map <C-S-Tab> :tabprevious<CR>
And everything works like in a normal Windows-application, or just use gt in normal mode.